Added celt_encoder_ctl() and CELT_SET_COMPLEXITY
This commit is contained in:
parent
c591e1542a
commit
c18fb1d031
4 changed files with 33 additions and 3 deletions
|
@ -69,7 +69,7 @@ int celt_mode_info(const CELTMode *mode, int request, celt_int32_t *value)
|
|||
*value = CELT_BITSTREAM_VERSION;
|
||||
break;
|
||||
default:
|
||||
return CELT_BAD_ARG;
|
||||
return CELT_BAD_REQUEST;
|
||||
}
|
||||
return CELT_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue