Updating the build of the draft and adding fixed-point support

This commit is contained in:
Jean-Marc Valin 2011-03-09 11:42:15 -05:00
parent 955f94c21a
commit edaf788084
6 changed files with 63 additions and 36 deletions

View file

@ -357,6 +357,7 @@ int opus_decoder_ctl(OpusDecoder *st, int request, ...)
}
va_end(ap);
return OPUS_OK;
}
void opus_decoder_destroy(OpusDecoder *st)