isabyr / frame_timestamp

29 stars 10 forks source link

Corrects d_ts type #1

Closed ramoncaldeira closed 4 years ago

ramoncaldeira commented 4 years ago

Sometimes, last_rtcp_ts can be greater thanrtp_demux_context-> timestamp and the unsigned d_ts variable causes thentp_timestamp function to calculate a strange value ... It is better to use int32_t.