mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
Add regression test for "sox" format muxer/demuxer.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
33a43695c6
commit
7c875c2d59
@ -221,6 +221,10 @@ if [ -n "$do_rso" ] ; then
|
||||
do_audio_only rso
|
||||
fi
|
||||
|
||||
if [ -n "$do_sox" ] ; then
|
||||
do_audio_only sox
|
||||
fi
|
||||
|
||||
# pix_fmt conversions
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user