提交 304865f5 authored 作者: Mike Jerris's avatar Mike Jerris

Merge pull request #1772 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11965 to master

* commit '4349da32':
  FS-11965: fix build.
......@@ -2046,6 +2046,7 @@ static int check_rtcp_and_ice(switch_rtp_t *rtp_session)
switch_time_t now = switch_micro_time_now();
int rate = 0, nack_ttl = 0, nack_dup = 0;
uint32_t cur_nack[MAX_NACK] = { 0 };
uint16_t seq = 0;
if (!rtp_session->flags[SWITCH_RTP_FLAG_UDPTL] &&
rtp_session->flags[SWITCH_RTP_FLAG_AUTO_CNG] &&
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论