git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3491866
)
fix typo in vp8 decoder error message
author
Jason Garrett-Glaser
<darkshikari@gmail.com>
Fri, 25 Jun 2010 04:23:45 +0000
(
04:23
+0000)
committer
Jason Garrett-Glaser
<darkshikari@gmail.com>
Fri, 25 Jun 2010 04:23:45 +0000
(
04:23
+0000)
Originally committed as revision 23765 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp8.c
patch
|
blob
|
history
diff --git
a/libavcodec/vp8.c
b/libavcodec/vp8.c
index
3d735e5
..
a4b3788
100644
(file)
--- a/
libavcodec/vp8.c
+++ b/
libavcodec/vp8.c
@@
-1384,7
+1384,7
@@
static av_cold int vp8_decode_init(AVCodecContext *avctx)
// intra pred needs edge emulation among other things
if (avctx->flags&CODEC_FLAG_EMU_EDGE) {
- av_log(avctx, AV_LOG_ERROR, "Edge emulation not supp
ro
ted\n");
+ av_log(avctx, AV_LOG_ERROR, "Edge emulation not supp
or
ted\n");
return AVERROR_PATCHWELCOME;
}