changeset 4627:e112ff86e261 libavcodec

typo: unkown->unknown
author alex
date Wed, 07 Mar 2007 00:27:23 +0000
parents d25576b9b50c
children b0016ed89048
files flicvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flicvideo.c	Tue Mar 06 13:05:38 2007 +0000
+++ b/flicvideo.c	Wed Mar 07 00:27:23 2007 +0000
@@ -115,7 +115,7 @@
                   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;
     }