Commit d072ea2c authored by kostya's avatar kostya

Silence compiler warnings for XL decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16921 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 576e815d
......@@ -48,7 +48,7 @@ static int decode_frame(AVCodecContext *avctx,
int i, j;
int stride;
uint32_t val;
int y0, y1, y2, y3, c0, c1;
int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0;
if(p->data[0])
avctx->release_buffer(avctx, p);
......
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