Automatic bandwidth selection
This commit is contained in:
parent
a3ef43818d
commit
955f94c21a
5 changed files with 34 additions and 36 deletions
|
@ -325,7 +325,7 @@ int opus_decode(OpusDecoder *st, const unsigned char *data,
|
|||
|
||||
}
|
||||
|
||||
void opus_decoder_ctl(OpusDecoder *st, int request, ...)
|
||||
int opus_decoder_ctl(OpusDecoder *st, int request, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue