[FFmpeg-cvslog] r24640 - trunk/tests/lavfi-regression.sh
stefano
subversion
Sun Aug 1 02:46:03 CEST 2010
Author: stefano
Date: Sun Aug 1 02:46:03 2010
New Revision: 24640
Log:
Rename the not yet enabled test lavfi_pix_fmts to pixfmts, which is
simpler and consistent with the names of the other lavfi tests.
Modified:
trunk/tests/lavfi-regression.sh
Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh Sun Aug 1 02:30:37 2010 (r24639)
+++ trunk/tests/lavfi-regression.sh Sun Aug 1 02:46:03 2010 (r24640)
@@ -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)"
More information about the ffmpeg-cvslog
mailing list