[SCM] libav/experimental: 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.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:13:17 UTC 2013


The following commit has been merged in the experimental branch:
commit 0a87d541b75ab771f828499c1b9984abc8c8a0a3
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Aug 1 00:46:11 2010 +0000

    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.
    
    Originally committed as revision 24643 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index 9c88df6..1e6cd1b 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -78,7 +78,7 @@ if [ -n "$do_pixfmts_be" ] || [ -n "$do_pixfmts_le" ]; then
         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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list