OMFG really? I had this right then i comitted it wrong....
This commit is contained in:
parent
f04fd38c3e
commit
f4fa0c0efe
|
@ -3666,7 +3666,7 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
||||||
rtp_session->send_msg.header.ts = htonl(rtp_session->ts);
|
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) {
|
|| rtp_session->ts == rtp_session->samples_per_interval) {
|
||||||
m++;
|
m++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue