mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
return error if loop has ended before decoding image
Originally committed as revision 8503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
877519f550
commit
ea82552c09
@ -273,6 +273,7 @@ static int gif_parse_next_image(GifState *s)
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int gif_decode_init(AVCodecContext *avctx)
|
||||
|
Loading…
Reference in New Issue
Block a user