From 55b557ece1b52d77af67636fef1e99a041576a3b Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 1 Feb 2009 16:14:54 +0000 Subject: Silence compiler warnings for XL decoder Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xl.c') diff --git a/libavcodec/xl.c b/libavcodec/xl.c index 8611951e1e..ccff40e17a 100644 --- a/libavcodec/xl.c +++ b/libavcodec/xl.c @@ -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); -- cgit v1.2.3