From e9cc5211a44eea44c7c52b85005551ded3c9f8b9 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Thu, 11 Sep 2003 06:16:39 +0000 Subject: copy & paste strikes again Originally committed as revision 2261 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3