]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8179 regression setting fec_decode breaks output on stereo calls
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 9 Oct 2015 17:30:35 +0000 (12:30 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 9 Oct 2015 17:30:45 +0000 (12:30 -0500)
src/mod/codecs/mod_opus/mod_opus.c

index 29ec4bf588139dcbe9a34b7a8d8fa7d5f5403bd6..9b9ec670e0ea35efe085393b0e08a089d972a9e5 100644 (file)
@@ -953,7 +953,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) {