[SCM] libav/experimental: 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.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:52:11 UTC 2013


The following commit has been merged in the experimental branch:
commit e935fa9e17f0b4b8eb45e355f6f555fa7b4b02cf
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue Sep 29 21:53:36 2009 +0000

    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

diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index fe97d3a..65273aa 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
 }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list