Commit ea82552c authored by Baptiste Coudurier's avatar Baptiste Coudurier

return error if loop has ended before decoding image

Originally committed as revision 8503 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 877519f5
......@@ -273,6 +273,7 @@ static int gif_parse_next_image(GifState *s)
return -1;
}
}
return -1;
}
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