summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-03-07 00:27:23 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-03-07 00:27:23 +0000
commitcbc09a7d5a570fff61a059c0a6f910f275805e97 (patch)
treea047059dfcff7efdbcd8261e762d6731db520729 /libavcodec/flicvideo.c
parent73d6ca4feefc45a3be6fde453705978b5523c575 (diff)
typo: unkown->unknown
Originally committed as revision 8274 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 43a6f26dd6..b60e0b1c23 100644
--- a/libavcodec/flicvideo.c
+++ b/libavcodec/flicvideo.c
@@ -115,7 +115,7 @@ static int flic_decode_init(AVCodecContext *avctx)
return -1;
break;
default :
- av_log(avctx, AV_LOG_ERROR, "Unkown FLC/FLX depth of %d Bpp is unsupported.\n",depth);
+ av_log(avctx, AV_LOG_ERROR, "Unknown FLC/FLX depth of %d Bpp is unsupported.\n",depth);
return -1;
}