Otherwise, when libnut is enabled, the test fails as the way libnut muxes the test data does not match the CRC that FATE compares against. --- tests/lavf-regression.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 6a6220b..9671f5c 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -99,7 +99,7 @@ do_lavf gxf "-ar 48000" "-r 25 -s pal -ac 1" fi if [ -n "$do_nut" ] ; then -do_lavf nut "" "-acodec mp2" +do_lavf nut "" "-acodec mp2 -f nut" "-f nut" fi if [ -n "$do_mkv" ] ; then -- 1.7.2.5 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
