Mercurial > libavcodec.hg
changeset 9472:05663d250d5b libavcodec
Remove unused variable from wma_decode_block() found by CSA.
author | michael |
---|---|
date | Fri, 17 Apr 2009 15:35:32 +0000 |
parents | b9e7aaa98610 |
children | e38284cd69dc |
files | wmadec.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/wmadec.c Fri Apr 17 15:10:37 2009 +0000 +++ b/wmadec.c Fri Apr 17 15:35:32 2009 +0000 @@ -683,9 +683,8 @@ next: for(ch = 0; ch < s->nb_channels; ch++) { - int n4, index, n; + int n4, index; - n = s->block_len; n4 = s->block_len / 2; if(s->channel_coded[ch]){ ff_imdct_calc(&s->mdct_ctx[bsize], s->output, s->coefs[ch]);