]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
typo
authorlu_zero <lu_zero@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 24 Nov 2006 12:36:06 +0000 (12:36 +0000)
committerlu_zero <lu_zero@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 24 Nov 2006 12:36:06 +0000 (12:36 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7166 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/flicvideo.c

index 9cbc4f3f3234157b45802a7ce9ff845f538713f7..95cb26ce4e03726136f1f6c0fbb9ccd32020eb78 100644 (file)
@@ -540,7 +540,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
             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;