aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/seek/acodec-adpcm-ms-trellis
Commit message (Collapse)AuthorAgeFilesLines
* avformat/pcm: decrease target audio frame per sec to 10Marton Balint2024-03-161-27/+27
| | | | | | | | | | This makes the wav and pcm demuxer demux bigger packets, which is more efficient. As a side effect of the bigger packets, audio durations can become less exact for command lines such as "ffmpeg -i $INPUT -c:a copy -t 1.0 $OUTPUT". Signed-off-by: Marton Balint <cus@passwd.hu>
* avformat/wavdec: use ff_pcm_default_packet_size for the default packet sizeMarton Balint2024-03-161-27/+27
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* tests: add adpcm trellis testsTimothy Gu2014-06-051-0/+53
adpcm_ima_qt does not produce reproducible results, so it is temporarily disabled (see #3701). Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>