shithub: opus

Download patch

ref: cdfb8f317b9f7de59ee9bd793f3f30ec43783fba
parent: 29095379a19a1c1ab1759d1ac04e0811b2234a0e
author: Jean-Marc Valin <[email protected]>
date: Fri Sep 9 10:50:15 EDT 2011

Making complexity default to 10 for the CELT part too

--- a/src/opus_encoder.c
+++ b/src/opus_encoder.c
@@ -189,6 +189,7 @@
     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;