[FFmpeg-cvslog] r22587 - trunk/tests/lavfi-regression.sh

stefano subversion
Thu Mar 18 00:23:49 CET 2010


Author: stefano
Date: Thu Mar 18 00:23:48 2010
New Revision: 22587

Log:
Make ad-hoc lavfi tests use random values for the slice height used
per each frame, useful for testing slicification.

Modified:
   trunk/tests/lavfi-regression.sh

Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh	Thu Mar 18 00:23:44 2010	(r22586)
+++ trunk/tests/lavfi-regression.sh	Thu Mar 18 00:23:48 2010	(r22587)
@@ -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"



More information about the ffmpeg-cvslog mailing list