Mercurial > libavcodec.hg
diff mpegaudiodec.c @ 9461:72d9eee542c8 libavcodec
Remove unused variable from decode_init() found by CSA.
| author | michael |
|---|---|
| date | Fri, 17 Apr 2009 13:57:22 +0000 |
| parents | 0dce4fe6e6f3 |
| children | f9a7147cc9e6 |
line wrap: on
line diff
--- a/mpegaudiodec.c Fri Apr 17 13:07:18 2009 +0000 +++ b/mpegaudiodec.c Fri Apr 17 13:57:22 2009 +0000 @@ -358,7 +358,6 @@ for(i=1;i<16;i++) { const HuffTable *h = &mpa_huff_tables[i]; int xsize, x, y; - unsigned int n; uint8_t tmp_bits [512]; uint16_t tmp_codes[512]; @@ -366,7 +365,6 @@ memset(tmp_codes, 0, sizeof(tmp_codes)); xsize = h->xsize; - n = xsize * xsize; j = 0; for(x=0;x<xsize;x++) {
