Commit 036e8e13 authored by stefano's avatar stefano

Make ad-hoc lavfi tests use random values for the slice height used

per each frame, useful for testing slicification.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22587 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ca9f25bf
...@@ -17,7 +17,7 @@ rm -f "$benchfile" ...@@ -17,7 +17,7 @@ rm -f "$benchfile"
do_lavfi() { do_lavfi() {
test_name=$1 test_name=$1
eval test=\$do_$test_name eval test=\$do_$test_name
vfilters=$2 vfilters="slicify=random,$2"
if [ -n "$test" ] ; then if [ -n "$test" ] ; then
do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vfilters $vfilters" do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vfilters $vfilters"
......
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