From: Luca Barbato Date: Fri, 24 Nov 2006 12:36:06 +0000 (+0000) Subject: typo X-Git-Tag: v0.5~10912 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c61e1098e7b9d62218c609d98dfb01dfa5686e42;p=platform%2Fupstream%2Flibav.git typo Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index 9cbc4f3..95cb26c 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -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;