OSDN Git Service

Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which is
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 1 Aug 2010 00:46:03 +0000 (00:46 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 1 Aug 2010 00:46:03 +0000 (00:46 +0000)
simpler and consistent with the names of the other lavfi tests.

Originally committed as revision 24640 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/lavfi-regression.sh

index a81ad74..f791c49 100755 (executable)
@@ -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)"