summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/libwma/wmadeci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c
index 9fac72f287..aa81b5b81f 100644
--- a/apps/codecs/libwma/wmadeci.c
+++ b/apps/codecs/libwma/wmadeci.c
@@ -1391,9 +1391,8 @@ static int wma_decode_block(WMADecodeContext *s, int32_t *scratch_buffer)
1391 { 1391 {
1392 if (s->channel_coded[ch]) 1392 if (s->channel_coded[ch])
1393 { 1393 {
1394 int n4, index, n; 1394 int n4, index;
1395 1395
1396 n = s->block_len;
1397 n4 = s->block_len >>1; 1396 n4 = s->block_len >>1;
1398 1397
1399 /*faster IMDCT from Vorbis*/ 1398 /*faster IMDCT from Vorbis*/