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:
6f4915a
)
copy & paste strikes again
author
Mike Melanson
<mike@multimedia.cx>
Thu, 11 Sep 2003 06:16:39 +0000
(06:16 +0000)
committer
Mike Melanson
<mike@multimedia.cx>
Thu, 11 Sep 2003 06:16:39 +0000
(06:16 +0000)
Originally committed as revision 2261 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/xan.c
patch
|
blob
|
history
diff --git
a/libavcodec/xan.c
b/libavcodec/xan.c
index
68e3444
..
fa41c1d
100644
(file)
--- a/
libavcodec/xan.c
+++ b/
libavcodec/xan.c
@@
-820,7
+820,7
@@
static int xan_decode_frame(AVCodecContext *avctx,
}
if (avctx->get_buffer(avctx, &s->current_frame)) {
- printf ("
Interplay
Video: get_buffer() failed\n");
+ printf ("
Xan
Video: get_buffer() failed\n");
return -1;
}
s->current_frame.reference = 3;