mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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:
parent
06d7f30a9f
commit
7f5c14210b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user