Implements the OpusCustom modes (mostly) properly
This commit is contained in:
parent
f9e701ad24
commit
06237d7b8c
14 changed files with 299 additions and 325 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue