changeset 4235:92bf2ce5794a libavcodec

typo
author lu_zero
date Fri, 24 Nov 2006 12:36:06 +0000
parents e560d163e7a8
children aee20d5bd41f
files flicvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flicvideo.c	Fri Nov 24 00:16:32 2006 +0000
+++ b/flicvideo.c	Fri Nov 24 12:36:06 2006 +0000
@@ -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;