diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-17 23:23:48 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-17 23:23:48 +0000 |
commit | 1400bd5a3921012911b80e5e209fb8a2591347e6 (patch) | |
tree | 3bf37d041949ebaf01c0788d7ca85aec36d81c1e /tests/lavfi-regression.sh | |
parent | cec96e8de36dfb8943dea49b918e09139f30dbca (diff) | |
download | ffmpeg-1400bd5a3921012911b80e5e209fb8a2591347e6.tar.gz |
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
Diffstat (limited to 'tests/lavfi-regression.sh')
-rwxr-xr-x | tests/lavfi-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |