Implements the OpusCustom modes (mostly) properly

This commit is contained in:
Jean-Marc Valin 2011-09-01 13:20:40 -04:00
parent f9e701ad24
commit 06237d7b8c
14 changed files with 299 additions and 325 deletions

View file

@ -774,7 +774,7 @@ int opus_decoder_ctl(OpusDecoder *st, int request, ...)
break;
default:
/*fprintf(stderr, "unknown opus_decoder_ctl() request: %d", request);*/
ret = OPUS_BAD_ARG;
ret = OPUS_UNIMPLEMENTED;
break;
}