shortWindow hadn't been used for a while

This commit is contained in:
Jean-Marc Valin 2010-04-29 09:58:05 -04:00 committed by Jean-Marc Valin
parent f7547a4e8e
commit 5f633543c7
3 changed files with 1 additions and 3 deletions

View file

@ -394,7 +394,7 @@ CELTMode *celt_mode_create(celt_int32 Fs, int frame_size, int *error)
mode->shortMdctSize = mode->mdctSize/mode->nbShortMdcts;
clt_mdct_init(&mode->shortMdct, 2*mode->shortMdctSize);
mode->shortWindow = mode->window;
mode->prob = quant_prob_alloc(mode);
if ((mode->mdct.trig==NULL) || (mode->shortMdct.trig==NULL)
#ifndef ENABLE_TI_DSPLIB55