shortWindow hadn't been used for a while
This commit is contained in:
parent
f7547a4e8e
commit
5f633543c7
3 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue