mirror of
https://github.com/xiph/opus.git
synced 2025-06-06 07:21:03 +00:00
Converting the code to use the modes instead of global arrays.
This commit is contained in:
parent
ecb36a3323
commit
73e51b3e94
7 changed files with 40 additions and 23 deletions
|
@ -55,3 +55,5 @@ const CELTMode mode1 = {
|
|||
pbank1, /**< pBands*/
|
||||
qpulses1 /**< pulses */
|
||||
};
|
||||
|
||||
const CELTMode const *celt_mode1 = &mode1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue