# HG changeset patch # User darkshikari # Date 1277439825 0 # Node ID fc9e4874a12c6ee31975448858b44a46bc3e91d2 # Parent c592b59ea05f6ccd51917b78f6e4a9ba53a552aa fix typo in vp8 decoder error message diff -r c592b59ea05f -r fc9e4874a12c vp8.c --- 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; }