1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Silence compiler warnings for XL decoder

Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov 2009-02-01 16:14:54 +00:00
parent b709397530
commit 55b557ece1

View File

@ -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);