[Ffmpeg-cvslog] r7166 - trunk/libavcodec/flicvideo.c

lu_zero subversion
Fri Nov 24 13:36:07 CET 2006


Author: lu_zero
Date: Fri Nov 24 13:36:06 2006
New Revision: 7166

Modified:
   trunk/libavcodec/flicvideo.c

Log:
typo

Modified: trunk/libavcodec/flicvideo.c
==============================================================================
--- trunk/libavcodec/flicvideo.c	(original)
+++ trunk/libavcodec/flicvideo.c	Fri Nov 24 13:36:06 2006
@@ -540,7 +540,7 @@
             break;
 
         case FLI_BLACK:
-            /* set the whole frame to 0x0000 which is balck in both 15Bpp and 16Bpp modes. */
+            /* set the whole frame to 0x0000 which is black in both 15Bpp and 16Bpp modes. */
             memset(pixels, 0x0000,
                    s->frame.linesize[0] * s->avctx->height);
             break;




More information about the ffmpeg-cvslog mailing list