From e935fa9e17f0b4b8eb45e355f6f555fa7b4b02cf Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 29 Sep 2009 21:53:36 +0000 Subject: Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regression tests, as the use of huffyuv may cause the auto-insertion of a scale filter, thus masking the mis-behavior of some filter. Originally committed as revision 20088 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/codec-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index fe97d3a04d..65273aa76e 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -668,7 +668,7 @@ do_lavfi() { vfilters=$2 if [ -n "$test" ] ; then - do_video_encoding ${test_name}.avi "-qscale 10" "-vcodec huffyuv -vfilters $vfilters" + do_video_encoding ${test_name}.avi "" "-vcodec rawvideo -vfilters $vfilters" fi } -- cgit v1.2.3