# HG changeset patch # User lu_zero # Date 1164371766 0 # Node ID 92bf2ce5794ae11f923854d45df3dfa363bd199f # Parent e560d163e7a87c914f574f30eeb59cf4bbb693df typo diff -r e560d163e7a8 -r 92bf2ce5794a flicvideo.c --- 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;