summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-17 23:23:48 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-03-17 23:23:48 +0000
commit1400bd5a3921012911b80e5e209fb8a2591347e6 (patch)
tree3bf37d041949ebaf01c0788d7ca85aec36d81c1e /tests
parentcec96e8de36dfb8943dea49b918e09139f30dbca (diff)
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')
-rwxr-xr-xtests/lavfi-regression.sh2
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"