Commit f730b0f6 authored by bcoudurier's avatar bcoudurier

return error if loop has ended before decoding image

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 94f60ff0
...@@ -273,6 +273,7 @@ static int gif_parse_next_image(GifState *s) ...@@ -273,6 +273,7 @@ static int gif_parse_next_image(GifState *s)
return -1; return -1;
} }
} }
return -1;
} }
static int gif_decode_init(AVCodecContext *avctx) static int gif_decode_init(AVCodecContext *avctx)
......
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