提交 e6e3069b 编写于 作者: M Måns Rullgård

Simplify lavfi test script a little

Originally committed as revision 24486 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 8fae6e7c
......@@ -38,12 +38,10 @@ get_exclusive_elements() (
)
do_lavfi() {
test_name=$1
eval test=\$do_$test_name
vfilters="slicify=random,$2"
if [ -n "$test" ] ; then
do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vf $vfilters"
if [ $test = $1 ] ; then
do_video_encoding ${test}.nut "" "-vcodec rawvideo -vf $vfilters"
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册