[FFmpeg-cvslog] r20088 - trunk/tests/codec-regression.sh

stefano subversion
Tue Sep 29 23:53:36 CEST 2009


Author: stefano
Date: Tue Sep 29 23:53:36 2009
New Revision: 20088

Log:
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.

Modified:
   trunk/tests/codec-regression.sh

Modified: trunk/tests/codec-regression.sh
==============================================================================
--- trunk/tests/codec-regression.sh	Tue Sep 29 23:08:33 2009	(r20087)
+++ trunk/tests/codec-regression.sh	Tue Sep 29 23:53:36 2009	(r20088)
@@ -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
 }
 



More information about the ffmpeg-cvslog mailing list