mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 05:29:22 +00:00
comment out
This commit is contained in:
parent
9921007a4b
commit
9246309a21
@ -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;
|
rate = a_engine->codec_params.rm_rate;
|
||||||
|
|
||||||
if (!strcasecmp(a_engine->codec_params.rm_encoding, "opus")) {
|
//if (!strcasecmp(a_engine->codec_params.rm_encoding, "opus")) {
|
||||||
a_engine->codec_params.adv_channels = 2;
|
// a_engine->codec_params.adv_channels = 2;
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (a_engine->codec_params.adv_channels > 1) {
|
if (a_engine->codec_params.adv_channels > 1) {
|
||||||
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=rtpmap:%d %s/%d/%d\n",
|
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=rtpmap:%d %s/%d/%d\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user