Commit 880da8f4 authored by stefano's avatar stefano

Remove duplicated / stray code which slipped in with r20057.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20060 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f1ffc4c9
...@@ -672,22 +672,6 @@ do_lavfi() { ...@@ -672,22 +672,6 @@ do_lavfi() {
fi 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: # example tests:
# do_lavfi "crop" "crop=100:100:-1:-1" # do_lavfi "crop" "crop=100:100:-1:-1"
# do_lavfi "crop_scale" "crop=100:100,scale=200:-1" # do_lavfi "crop_scale" "crop=100:100,scale=200:-1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment