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

stefano subversion
Sun Aug 1 02:46:11 CEST 2010


Author: stefano
Date: Sun Aug  1 02:46:11 2010
New Revision: 24643

Log:
Put the filter name before the pixel format name in the lavfi pixfmts
test output files, and add a prefix with the name of the test.
Make per-filter grouping of the generated output files easier, which
is more useful than per-pixel-format grouping.

Modified:
   trunk/tests/lavfi-regression.sh

Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh	Sun Aug  1 02:46:08 2010	(r24642)
+++ trunk/tests/lavfi-regression.sh	Sun Aug  1 02:46:11 2010	(r24643)
@@ -78,7 +78,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_
         pix_fmts=$(get_common_elements "$in_pix_fmts" "$scale_out_pix_fmts")
 
         for pix_fmt in $pix_fmts; do
-            output=${pix_fmt}-${filter}.nut
+            output=pixfmts-${filter}-${pix_fmt}.nut
             do_video_encoding $output "" \
                 "-vf slicify=random,format=$pix_fmt,$filter_args -vcodec rawvideo -pix_fmt $pix_fmt"
         done



More information about the ffmpeg-cvslog mailing list