OMFG really? I had this right then i comitted it wrong....

This commit is contained in:
Anthony Minessale 2011-10-04 20:17:05 -05:00
parent f04fd38c3e
commit f4fa0c0efe
1 changed files with 1 additions and 1 deletions

View File

@ -3666,7 +3666,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
rtp_session->send_msg.header.ts = htonl(rtp_session->ts);
if ((rtp_session->ts != RTP_TS_RESET && rtp_session->ts > (rtp_session->last_write_ts + (rtp_session->samples_per_interval * 10)))
if ((rtp_session->last_write_ts != RTP_TS_RESET && rtp_session->ts > (rtp_session->last_write_ts + (rtp_session->samples_per_interval * 10)))
|| rtp_session->ts == rtp_session->samples_per_interval) {
m++;
}