diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-09-11 06:16:39 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-09-11 06:16:39 +0000 |
commit | e9cc5211a44eea44c7c52b85005551ded3c9f8b9 (patch) | |
tree | 0d8a90bfdbc388f32de1399593a50e09007a6901 /libavcodec/xan.c | |
parent | 6f4915ac835af2ddfcdb25c0aa88162d22b2efb8 (diff) | |
download | ffmpeg-e9cc5211a44eea44c7c52b85005551ded3c9f8b9.tar.gz |
copy & paste strikes again
Originally committed as revision 2261 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xan.c')
-rw-r--r-- | libavcodec/xan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xan.c b/libavcodec/xan.c index 68e3444ee5..fa41c1da9b 100644 --- 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; |