提交 3fe3a009 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5418 --resolve

上级 88003520
...@@ -4533,7 +4533,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session, ...@@ -4533,7 +4533,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
SWITCH_DECLARE(switch_status_t) switch_rtp_disable_vad(switch_rtp_t *rtp_session) SWITCH_DECLARE(switch_status_t) switch_rtp_disable_vad(switch_rtp_t *rtp_session)
{ {
if (!switch_rtp_ready(rtp_session)) { if (!rtp_session) {
return SWITCH_STATUS_FALSE; return SWITCH_STATUS_FALSE;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论