# HG changeset patch # User kostya # Date 1233504894 0 # Node ID 4d371825ba2bd79cb3cccd9f08fe83f7ad540329 # Parent 66f5d619a8b3bfbc8851a4ee36e0f89a579a478f Silence compiler warnings for XL decoder diff -r 66f5d619a8b3 -r 4d371825ba2b xl.c --- 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);