Automatic bandwidth selection

This commit is contained in:
Jean-Marc Valin 2011-03-08 22:12:43 -05:00
parent a3ef43818d
commit 955f94c21a
5 changed files with 34 additions and 36 deletions

View file

@ -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;