mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
fix typo in vp8 decoder error message
Originally committed as revision 23765 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3491866a4b
commit
03ac56e7f1
@ -1384,7 +1384,7 @@ static av_cold int vp8_decode_init(AVCodecContext *avctx)
|
|||||||
|
|
||||||
// intra pred needs edge emulation among other things
|
// intra pred needs edge emulation among other things
|
||||||
if (avctx->flags&CODEC_FLAG_EMU_EDGE) {
|
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;
|
return AVERROR_PATCHWELCOME;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user