mirror of https://git.ffmpeg.org/ffmpeg.git
Simplify lavfi test script a little
Originally committed as revision 24486 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8fae6e7c11
commit
e6e3069b54
|
@ -38,12 +38,10 @@ get_exclusive_elements() (
|
||||||
)
|
)
|
||||||
|
|
||||||
do_lavfi() {
|
do_lavfi() {
|
||||||
test_name=$1
|
|
||||||
eval test=\$do_$test_name
|
|
||||||
vfilters="slicify=random,$2"
|
vfilters="slicify=random,$2"
|
||||||
|
|
||||||
if [ -n "$test" ] ; then
|
if [ $test = $1 ] ; then
|
||||||
do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vf $vfilters"
|
do_video_encoding ${test}.nut "" "-vcodec rawvideo -vf $vfilters"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue