[FFmpeg-cvslog] r18568 - trunk/libavcodec/wmadec.c
michael
subversion
Fri Apr 17 17:35:33 CEST 2009
Author: michael
Date: Fri Apr 17 17:35:32 2009
New Revision: 18568
Log:
Remove unused variable from wma_decode_block() found by CSA.
Modified:
trunk/libavcodec/wmadec.c
Modified: trunk/libavcodec/wmadec.c
==============================================================================
--- trunk/libavcodec/wmadec.c Fri Apr 17 17:33:45 2009 (r18567)
+++ trunk/libavcodec/wmadec.c Fri Apr 17 17:35:32 2009 (r18568)
@@ -683,9 +683,8 @@ static int wma_decode_block(WMACodecCont
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]);
More information about the ffmpeg-cvslog
mailing list