From 1400bd5a3921012911b80e5e209fb8a2591347e6 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 17 Mar 2010 23:23:48 +0000 Subject: [PATCH] Make ad-hoc lavfi tests use random values for the slice height used per each frame, useful for testing slicification. Originally committed as revision 22587 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/lavfi-regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh index 6f82eb9475..03e7cefb16 100755 --- a/tests/lavfi-regression.sh +++ b/tests/lavfi-regression.sh @@ -17,7 +17,7 @@ rm -f "$benchfile" do_lavfi() { test_name=$1 eval test=\$do_$test_name - vfilters=$2 + vfilters="slicify=random,$2" if [ -n "$test" ] ; then do_video_encoding ${test_name}.nut "" "-vcodec rawvideo -vfilters $vfilters"