ffmpeg (gif codec): Init len variable

It was already fixed upstream. CID 9309.
This commit is contained in:
Philippe Saint-Pierre
2012-01-03 23:35:14 -05:00
parent 1923ea178d
commit f30530e387
@@ -87,7 +87,7 @@ static int gif_image_write_image(AVCodecContext *avctx,
const uint8_t *buf, int linesize)
{
GIFContext *s = avctx->priv_data;
int len, height;
int len = 0, height;
const uint8_t *ptr;
/* image block */