Re-ordered the parameters in the stream: [energy, pitch index, pitch gains]
Also fixed a bug that was exposed by the change (and removed some warnings)
This commit is contained in:
parent
6c1f604944
commit
cb7a2a3d52
9 changed files with 18 additions and 16 deletions
|
@ -70,7 +70,7 @@ CELTDecoder *celt_decoder_new(const CELTMode *mode);
|
|||
|
||||
void celt_decoder_destroy(CELTDecoder *st);
|
||||
|
||||
int celt_decode(CELTDecoder *st, char *data, int len, celt_int16_t *pcm);
|
||||
int celt_decode(CELTDecoder *st, unsigned char *data, int len, celt_int16_t *pcm);
|
||||
|
||||
|
||||
/* Mode calls */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue