From: Reimar Döffinger <[email protected]> Signed-off-by: Reimar Döffinger <[email protected]> --- tests/lavf-regression.sh | 4 ++++ tests/ref/lavf/sox | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 tests/ref/lavf/sox
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 48cfc96..0041840 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 0000000..0026480 --- /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 -- 1.7.9.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
