You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
copy & paste strikes again
Originally committed as revision 2261 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user