summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-11-24 12:36:06 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-11-24 12:36:06 +0000
commitc61e1098e7b9d62218c609d98dfb01dfa5686e42 (patch)
treef82d1ab48ac3dbb15dc55323d85c0614465be1c3 /libavcodec/flicvideo.c
parentfce2200da05d66d59f3e34e5af836a7c7550cb44 (diff)
typo
Originally committed as revision 7166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r--libavcodec/flicvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index 9cbc4f3f32..95cb26ce4e 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;