提交 e5b42bf7 authored 作者: Michael Jerris's avatar Michael Jerris

CID:1024555: remove logically dead code

上级 bb6385d2
......@@ -3903,7 +3903,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_activate_jitter_buffer(switch_rtp_t *
stfu_n_destroy(&rtp_session->jb);
}
rtp_session->jb = stfu_n_init(queue_frames, max_queue_frames ? max_queue_frames : 50, samples_per_packet, samples_per_second, max_drift);
rtp_session->jb = stfu_n_init(queue_frames, max_queue_frames, samples_per_packet, samples_per_second, max_drift);
READ_DEC(rtp_session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论