Algebraic codebook decoding (not tested yet)

This commit is contained in:
Jean-Marc Valin 2007-12-07 13:26:15 +11:00
parent 269d40a5c0
commit fc08d0a6d6
5 changed files with 51 additions and 87 deletions

View file

@ -351,7 +351,7 @@ void celt_decoder_destroy(CELTDecoder *st)
celt_free(st);
}
int celt_decode(CELTDecoder *st, short *pcm)
int celt_decode(CELTDecoder *st, char *data, int len, short *pcm)
{
int i, N, B;
N = st->block_size;