]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment out
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Oct 2013 16:07:37 +0000 (12:07 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 17 Oct 2013 16:07:37 +0000 (12:07 -0400)
src/switch_core_media.c

index 38f61fd826b3917482b807f40ee56aaca8ae3d93..322d4a63dab2b9cabdd4b33702ed2348a6ffd9dd 100644 (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",