Updating the build of the draft and adding fixed-point support
This commit is contained in:
parent
955f94c21a
commit
edaf788084
6 changed files with 63 additions and 36 deletions
|
@ -357,6 +357,7 @@ int opus_decoder_ctl(OpusDecoder *st, int request, ...)
|
|||
}
|
||||
|
||||
va_end(ap);
|
||||
return OPUS_OK;
|
||||
}
|
||||
|
||||
void opus_decoder_destroy(OpusDecoder *st)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue