1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Stefano Sabatini 2010-03-17 23:23:48 +00:00
parent cec96e8de3
commit 1400bd5a39

View File

@ -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"