From: Stefano Sabatini Date: Sun, 27 Sep 2009 10:29:24 +0000 (+0000) Subject: Remove duplicated / stray code which slipped in with r20057. X-Git-Tag: v0.6~3128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f5c14210b3184d6c4330bf63af9512808c37379;p=platform%2Fupstream%2Flibav.git Remove duplicated / stray code which slipped in with r20057. Originally committed as revision 20060 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index a3aef1d..b0a541e 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -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"