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

stefano subversion
Fri Jun 4 00:20:07 CEST 2010


Author: stefano
Date: Fri Jun  4 00:20:07 2010
New Revision: 23459

Log:
Fix typo.

Modified:
   trunk/tests/lavfi-regression.sh

Modified: trunk/tests/lavfi-regression.sh
==============================================================================
--- trunk/tests/lavfi-regression.sh	Fri Jun  4 00:17:06 2010	(r23458)
+++ trunk/tests/lavfi-regression.sh	Fri Jun  4 00:20:07 2010	(r23459)
@@ -68,7 +68,7 @@ vflip
 "
 
 if [ -n "$do_lavfi_pix_fmts" ]; then
-    # exclude pixel format currently not supported by NUT and which are not supported as input
+    # exclude pixel formats currently not supported by NUT and which are not supported as input
     excluded_pix_fmts="rgb4_byte bgr4_byte rgb444le rgb444be bgr444le bgr444be"
     excluded_pix_fmts="$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