From ad8371d172e930c28bc66da165bf8498c5d16d15 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Mon, 6 Jan 2014 17:45:57 -0500 Subject: [PATCH] Cleaning up leftovers of "freq" in celt_decode_with_ec() --- celt/celt_decoder.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/celt/celt_decoder.c b/celt/celt_decoder.c index 0f92b746a..4a5b75a62 100644 --- a/celt/celt_decoder.c +++ b/celt/celt_decoder.c @@ -720,7 +720,6 @@ int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *dat int spread_decision; opus_int32 bits; ec_dec _dec; - VARDECL(celt_sig, freq); #ifdef SMALL_FOOTPRINT celt_norm *X; #else @@ -1055,7 +1054,6 @@ int celt_decode_with_ec(CELTDecoder * OPUS_RESTRICT st, const unsigned char *dat } while (++c<2); st->rng = dec->rng; - /* We reuse freq[] as scratch space for the de-emphasis */ deemphasis(out_syn, pcm, N, CC, st->downsample, mode->preemph, st->preemph_memD, accum); st->loss_count = 0; RESTORE_STACK; -- GitLab