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

Making complexity default to 10 for the CELT part too

parent 29095379
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,7 @@ int opus_encoder_init(OpusEncoder* st, opus_int32 Fs, int channels, int applicat
if(err!=OPUS_OK)return OPUS_INTERNAL_ERROR;
celt_encoder_ctl(celt_enc, CELT_SET_SIGNALLING(0));
celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(10));
st->use_vbr = 0;
st->user_bitrate_bps = OPUS_AUTO;
......
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