Skip to content
Snippets Groups Projects
Commit f54b69b7 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Setting CELT complexity

parent 5060bfd7
No related branches found
No related tags found
No related merge requests found
......@@ -333,6 +333,7 @@ void opus_encoder_ctl(OpusEncoder *st, int request, ...)
{
int value = va_arg(ap, int);
st->silk_mode.complexity = value;
celt_encoder_ctl(st->celt_enc, CELT_SET_COMPLEXITY(value));
}
break;
case OPUS_GET_COMPLEXITY_REQUEST:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment