[FFmpeg-cvslog] r16921 - trunk/libavcodec/xl.c

kostya subversion
Sun Feb 1 17:14:54 CET 2009


Author: kostya
Date: Sun Feb  1 17:14:54 2009
New Revision: 16921

Log:
Silence compiler warnings for XL decoder

Modified:
   trunk/libavcodec/xl.c

Modified: trunk/libavcodec/xl.c
==============================================================================
--- trunk/libavcodec/xl.c	Sun Feb  1 17:11:33 2009	(r16920)
+++ trunk/libavcodec/xl.c	Sun Feb  1 17:14:54 2009	(r16921)
@@ -48,7 +48,7 @@ static int decode_frame(AVCodecContext *
     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);




More information about the ffmpeg-cvslog mailing list