fix regression caused by missing ! char in commit: 4eb5b388
This commit is contained in:
parent
0f2816d18b
commit
a3a80401fd
|
@ -235,7 +235,7 @@ SWITCH_DECLARE(int) switch_core_media_crypto_keylen(switch_rtp_crypto_key_type_t
|
||||||
static int get_channels(const char *name, int dft)
|
static int get_channels(const char *name, int dft)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!zstr(name) && switch_true(switch_core_get_variable("NDLB_broken_opus_sdp")) && !strcasecmp(name, "opus")) {
|
if (!zstr(name) && !switch_true(switch_core_get_variable("NDLB_broken_opus_sdp")) && !strcasecmp(name, "opus")) {
|
||||||
return 2; /* IKR???*/
|
return 2; /* IKR???*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue