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

stefano subversion
Sun Sep 27 12:29:25 CEST 2009


Author: stefano
Date: Sun Sep 27 12:29:24 2009
New Revision: 20060

Log:
Remove duplicated / stray code which slipped in with r20057.

Modified:
   trunk/tests/codec-regression.sh

Modified: trunk/tests/codec-regression.sh
==============================================================================
--- trunk/tests/codec-regression.sh	Sun Sep 27 12:06:35 2009	(r20059)
+++ trunk/tests/codec-regression.sh	Sun Sep 27 12:29:24 2009	(r20060)
@@ -672,22 +672,6 @@ do_lavfi() {
     fi
 }
 
-# do_lavfi "crop" "crop=100:100:-1:-1"
-# do_lavfi "crop_scale" "crop=100:100,scale=200:-1"
-# do_lavfi "scale" "scale=200:200"
-
-# libavfilter testing
-
-do_lavfi() {
-    test_name=$1
-    eval test=\$do_$test_name
-    vfilters=$2
-
-    if [ -n "$test" ] ; then
-        do_video_encoding ${test_name}.avi "-qscale 10" "-vcodec huffyuv -vfilters $vfilters"
-    fi
-}
-
 # example tests:
 # do_lavfi "crop" "crop=100:100:-1:-1"
 # do_lavfi "crop_scale" "crop=100:100,scale=200:-1"



More information about the ffmpeg-cvslog mailing list