The number of channels is now set when creating the states rather than when

creating the mode. This means that the same mode can be shared for mono and
stereo.
This commit is contained in:
Jean-Marc Valin 2009-10-15 21:45:32 -04:00
parent bf2398b049
commit 80ed147663
11 changed files with 76 additions and 76 deletions

View file

@ -81,8 +81,7 @@ struct CELTMode {
celt_int32_t Fs;
int overlap;
int mdctSize;
int nbChannels;
int nbEBands;
int pitchEnd;