提交 fa513b42 authored 作者: Anthony Minessale's avatar Anthony Minessale

bit by mark

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5306 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ce7cea4c
...@@ -1286,7 +1286,6 @@ static int rtp_common_write(switch_rtp_t *rtp_session, void *data, uint32_t data ...@@ -1286,7 +1286,6 @@ static int rtp_common_write(switch_rtp_t *rtp_session, void *data, uint32_t data
} }
if (rtp_session->cn && payload != rtp_session->cng_pt) { if (rtp_session->cn && payload != rtp_session->cng_pt) {
rtp_session->cn = 0; rtp_session->cn = 0;
m++;
} }
send_msg = &rtp_session->send_msg; send_msg = &rtp_session->send_msg;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论