comment out

This commit is contained in:
Anthony Minessale 2013-10-17 12:07:37 -04:00
parent 9921007a4b
commit 9246309a21
1 changed files with 3 additions and 3 deletions

View File

@ -5646,9 +5646,9 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
rate = a_engine->codec_params.rm_rate;
if (!strcasecmp(a_engine->codec_params.rm_encoding, "opus")) {
a_engine->codec_params.adv_channels = 2;
}
//if (!strcasecmp(a_engine->codec_params.rm_encoding, "opus")) {
// a_engine->codec_params.adv_channels = 2;
//}
if (a_engine->codec_params.adv_channels > 1) {
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=rtpmap:%d %s/%d/%d\n",