Commit c61e1098 authored by Luca Barbato's avatar Luca Barbato

typo

Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fce2200d
...@@ -540,7 +540,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx, ...@@ -540,7 +540,7 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
break; break;
case FLI_BLACK: 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, memset(pixels, 0x0000,
s->frame.linesize[0] * s->avctx->height); s->frame.linesize[0] * s->avctx->height);
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment