提交 3205546b authored 作者: Michael Jerris's avatar Michael Jerris

CID:1210582: remove logically dead code

上级 1550d548
......@@ -6512,9 +6512,6 @@ SWITCH_DECLARE(switch_status_t) switch_rtcp_zerocopy_read_frame(switch_rtp_t *rt
frame->reports[i].jitter = ntohl(report->jitter);
frame->reports[i].lsr = ntohl(report->lsr);
frame->reports[i].dlsr = ntohl(report->dlsr);
if (i >= MAX_REPORT_BLOCKS) {
break;
}
}
frame->report_count = (uint16_t)i;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论