From 7f5c14210b3184d6c4330bf63af9512808c37379 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 27 Sep 2009 10:29:24 +0000 Subject: Remove duplicated / stray code which slipped in with r20057. Originally committed as revision 20060 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/codec-regression.sh | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tests') diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index a3aef1d9fb..b0a541e207 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" -- cgit v1.2.3