[SCM] libav/experimental: Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which is simpler and consistent with the names of the other lavfi tests.

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


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

    Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which is
    simpler and consistent with the names of the other lavfi tests.
    
    Originally committed as revision 24640 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/lavfi-regression.sh b/tests/lavfi-regression.sh
index a81ad74..f791c49 100755
--- a/tests/lavfi-regression.sh
+++ b/tests/lavfi-regression.sh
@@ -65,7 +65,7 @@ scale=200:100
 vflip
 "
 
-if [ -n "$do_lavfi_pix_fmts" ]; then
+if [ -n "$do_pixfmts" ]; then
     # exclude pixel formats which are not supported as input
     excluded_pix_fmts="$(ffmpeg -pix_fmts list 2>/dev/null | sed -ne '9,$p' | grep '^\..\.' | cut -d' ' -f2)"
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list