]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8179 bring this back to default its fixed in chrome
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Dec 2015 00:22:27 +0000 (18:22 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Dec 2015 00:22:27 +0000 (18:22 -0600)
src/mod/codecs/mod_opus/mod_opus.c

index c333230a293c780309c90e603b0d5569ebe3e021..e59565eec706417805bb94d6af17dbb8884d0758 100644 (file)
@@ -949,7 +949,7 @@ static switch_status_t opus_load_config(switch_bool_t reload)
        opus_prefs.use_dtx = 0;
        opus_prefs.plpct = 20;
        opus_prefs.use_vbr = 0;
-       //opus_prefs.fec_decode = 1;
+       opus_prefs.fec_decode = 1;
 
        if ((settings = switch_xml_child(cfg, "settings"))) {
                for (param = switch_xml_child(settings, "param"); param; param = param->next) {