You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
actually return bytes read
Originally committed as revision 8502 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -317,7 +317,7 @@ static int gif_decode_frame(AVCodecContext *avctx, void *data, int *data_size, u
|
||||
|
||||
*picture = s->picture;
|
||||
*data_size = sizeof(AVPicture);
|
||||
return 0;
|
||||
return s->bytestream - buf;
|
||||
}
|
||||
|
||||
static int gif_decode_close(AVCodecContext *avctx)
|
||||
|
Reference in New Issue
Block a user