comparison xl.c @ 8726:4d371825ba2b libavcodec

Silence compiler warnings for XL decoder
author kostya
date Sun, 01 Feb 2009 16:14:54 +0000
parents e9d9d946f213
children 54bc8a2727b0
comparison
equal deleted inserted replaced
8725:66f5d619a8b3 8726:4d371825ba2b
46 AVFrame * const p= (AVFrame*)&a->pic; 46 AVFrame * const p= (AVFrame*)&a->pic;
47 uint8_t *Y, *U, *V; 47 uint8_t *Y, *U, *V;
48 int i, j; 48 int i, j;
49 int stride; 49 int stride;
50 uint32_t val; 50 uint32_t val;
51 int y0, y1, y2, y3, c0, c1; 51 int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0;
52 52
53 if(p->data[0]) 53 if(p->data[0])
54 avctx->release_buffer(avctx, p); 54 avctx->release_buffer(avctx, p);
55 55
56 p->reference = 0; 56 p->reference = 0;