diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-02-21 12:22:44 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-21 14:42:30 -0500 |
commit | ecdb31caf293bd821da8445893e39f58e71e6d65 (patch) | |
tree | 7e682f91ceb598b0d4f9c94e118ff975d248e233 /tests | |
parent | 8ee2ddcb2a0df34ec18cd401dedbecd46fa44277 (diff) | |
download | ffmpeg-ecdb31caf293bd821da8445893e39f58e71e6d65.tar.gz |
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>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 4 | ||||
-rw-r--r-- | tests/ref/lavf/sox | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 48cfc96103..0041840d89 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -225,6 +225,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 diff --git a/tests/ref/lavf/sox b/tests/ref/lavf/sox new file mode 100644 index 0000000000..0026480001 --- /dev/null +++ b/tests/ref/lavf/sox @@ -0,0 +1,3 @@ +e6f278256f145b69ed06f35b8d3585c1 *./tests/data/lavf/lavf.sox +180256 ./tests/data/lavf/lavf.sox +./tests/data/lavf/lavf.sox CRC=0xf1ae5536 |