FS-11965: fix build.
This commit is contained in:
parent
9e006869e4
commit
4349da3214
|
@ -2044,6 +2044,7 @@ static int check_rtcp_and_ice(switch_rtp_t *rtp_session)
|
||||||
switch_time_t now = switch_micro_time_now();
|
switch_time_t now = switch_micro_time_now();
|
||||||
int rate = 0, nack_ttl = 0, nack_dup = 0;
|
int rate = 0, nack_ttl = 0, nack_dup = 0;
|
||||||
uint32_t cur_nack[MAX_NACK] = { 0 };
|
uint32_t cur_nack[MAX_NACK] = { 0 };
|
||||||
|
uint16_t seq = 0;
|
||||||
|
|
||||||
if (!rtp_session->flags[SWITCH_RTP_FLAG_UDPTL] &&
|
if (!rtp_session->flags[SWITCH_RTP_FLAG_UDPTL] &&
|
||||||
rtp_session->flags[SWITCH_RTP_FLAG_AUTO_CNG] &&
|
rtp_session->flags[SWITCH_RTP_FLAG_AUTO_CNG] &&
|
||||||
|
|
Loading…
Reference in New Issue