Implements the OpusCustom modes (mostly) properly
This commit is contained in:
parent
f9e701ad24
commit
06237d7b8c
14 changed files with 299 additions and 325 deletions
|
@ -1014,7 +1014,7 @@ int opus_encoder_ctl(OpusEncoder *st, int request, ...)
|
|||
break;
|
||||
default:
|
||||
/* fprintf(stderr, "unknown opus_encoder_ctl() request: %d", request);*/
|
||||
ret = OPUS_BAD_ARG;
|
||||
ret = OPUS_UNIMPLEMENTED;
|
||||
break;
|
||||
}
|
||||
va_end(ap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue