diff --git a/libcelt/celt.c b/libcelt/celt.c index 45008c99..722019fc 100644 --- a/libcelt/celt.c +++ b/libcelt/celt.c @@ -181,10 +181,15 @@ static void compute_mdcts(const CELTMode *mode, const celt_word16_t * restrict w } CELT_MEMSET(x, 0, N4); CELT_MEMSET(x+2*N-N4, 0, N4); - mdct_forward(lookup, x, tmp); - /* Interleaving the sub-frames */ - for (j=0;j