You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Add regression test for "sox" format muxer/demuxer.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
This commit is contained in:
committed by
Justin Ruggles
parent
8ee2ddcb2a
commit
ecdb31caf2
@@ -225,6 +225,10 @@ if [ -n "$do_rso" ] ; then
|
|||||||
do_audio_only rso
|
do_audio_only rso
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -n "$do_sox" ] ; then
|
||||||
|
do_audio_only sox
|
||||||
|
fi
|
||||||
|
|
||||||
# pix_fmt conversions
|
# pix_fmt conversions
|
||||||
|
|
||||||
if [ -n "$do_pixfmt" ] ; then
|
if [ -n "$do_pixfmt" ] ; then
|
||||||
|
3
tests/ref/lavf/sox
Normal file
3
tests/ref/lavf/sox
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
e6f278256f145b69ed06f35b8d3585c1 *./tests/data/lavf/lavf.sox
|
||||||
|
180256 ./tests/data/lavf/lavf.sox
|
||||||
|
./tests/data/lavf/lavf.sox CRC=0xf1ae5536
|
Reference in New Issue
Block a user