mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 20:42:19 +00:00
typo
Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fce2200da0
commit
c61e1098e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user