mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 14:00:43 +00:00
Add caf format regression test.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
f22c5bae52
commit
60b252eb57
@ -225,6 +225,10 @@ if [ -n "$do_sox" ] ; then
|
||||
do_audio_only sox
|
||||
fi
|
||||
|
||||
if [ -n "$do_caf" ] ; then
|
||||
do_audio_only caf
|
||||
fi
|
||||
|
||||
# pix_fmt conversions
|
||||
|
||||
if [ -n "$do_pixfmt" ] ; then
|
||||
|
3
tests/ref/lavf/caf
Normal file
3
tests/ref/lavf/caf
Normal file
@ -0,0 +1,3 @@
|
||||
df9ebf2812784a653d3337cf12c0c687 *./tests/data/lavf/lavf.caf
|
||||
90180 ./tests/data/lavf/lavf.caf
|
||||
./tests/data/lavf/lavf.caf CRC=0xf1ae5536
|
Loading…
Reference in New Issue
Block a user