summaryrefslogtreecommitdiff
path: root/celt/celt_decoder.c
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2014-01-06 17:45:57 -0500
committerJean-Marc Valin <jmvalin@jmvalin.ca>2014-01-06 17:45:57 -0500
commitad8371d172e930c28bc66da165bf8498c5d16d15 (patch)
tree5768231e2c698213dce84e933aba8a0742aca364 /celt/celt_decoder.c
parent4d07b1357e1993d7fb69d15f6e5205d7633629f5 (diff)
downloadopus-ad8371d172e930c28bc66da165bf8498c5d16d15.tar.gz
Cleaning up leftovers of "freq" in celt_decode_with_ec()
Diffstat (limited to 'celt/celt_decoder.c')
-rw-r--r--celt/celt_decoder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/celt/celt_decoder.c b/celt/celt_decoder.c
index 0f92b746..4a5b75a6 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;