FS-8179 regression setting fec_decode breaks output on stereo calls

This commit is contained in:
Anthony Minessale 2015-10-09 12:30:35 -05:00
parent efc173e195
commit 393ee022b0
1 changed files with 1 additions and 1 deletions

View 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) {