Commit 0a459cc8 authored by tmmm's avatar tmmm

copy & paste strikes again


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2261 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0a3d6c01
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment