diff vp8.c @ 11947:fc9e4874a12c libavcodec

fix typo in vp8 decoder error message
author darkshikari
date Fri, 25 Jun 2010 04:23:45 +0000
parents bc617cceacb1
children 56aba5a9761c
line wrap: on
line diff
--- a/vp8.c	Thu Jun 24 18:17:12 2010 +0000
+++ b/vp8.c	Fri Jun 25 04:23:45 2010 +0000
@@ -1384,7 +1384,7 @@
 
     // intra pred needs edge emulation among other things
     if (avctx->flags&CODEC_FLAG_EMU_EDGE) {
-        av_log(avctx, AV_LOG_ERROR, "Edge emulation not supproted\n");
+        av_log(avctx, AV_LOG_ERROR, "Edge emulation not supported\n");
         return AVERROR_PATCHWELCOME;
     }