changeset 8726:4d371825ba2b libavcodec

Silence compiler warnings for XL decoder
author kostya
date Sun, 01 Feb 2009 16:14:54 +0000
parents 66f5d619a8b3
children 0d2190f5ae78
files xl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xl.c	Sun Feb 01 16:11:33 2009 +0000
+++ b/xl.c	Sun Feb 01 16:14:54 2009 +0000
@@ -48,7 +48,7 @@
     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);