Remove duplicated / stray code which slipped in with r20057.

Originally committed as revision 20060 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-09-27 10:29:24 +00:00
parent 06d7f30a9f
commit 7f5c14210b
1 changed files with 0 additions and 16 deletions

View File

@ -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"