mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 892395 - Use RTP-Info as base timestamp instead of sender report(SR). r=sworkman
This commit is contained in:
parent
8c781612a7
commit
05f29ae8f2
@ -1509,7 +1509,7 @@ private:
|
||||
"rtp-time", (int32_t *)&rtpTime));
|
||||
|
||||
int64_t relRtpTimeUs =
|
||||
(((int64_t)rtpTime - (int64_t)track->mRTPAnchor) * 1000000ll)
|
||||
(((int64_t)rtpTime - (int64_t)track->mNormalPlayTimeRTP) * 1000000ll)
|
||||
/ track->mTimeScale;
|
||||
|
||||
int64_t ntpTimeUs = track->mNTPAnchorUs + relRtpTimeUs;
|
||||
|
Loading…
Reference in New Issue
Block a user