Mercurial > libavcodec.hg
changeset 11947:fc9e4874a12c libavcodec
fix typo in vp8 decoder error message
author | darkshikari |
---|---|
date | Fri, 25 Jun 2010 04:23:45 +0000 |
parents | c592b59ea05f |
children | e8cf7f5fb715 |
files | vp8.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }