rtcp::Rrtr block moved into own file and got Parse function
BUG=webrtc:5260 R=asapersson@webrtc.org, åsapersson Review URL: https://codereview.webrtc.org/1496883002 . Cr-Commit-Position: refs/heads/master@{#10912}
This commit is contained in:
@ -764,8 +764,7 @@ rtc::scoped_ptr<rtcp::RtcpPacket> RTCPSender::BuildReceiverReferenceTime(
|
||||
xr->From(ssrc_);
|
||||
|
||||
rtcp::Rrtr rrtr;
|
||||
rrtr.WithNtpSec(ctx.ntp_sec_);
|
||||
rrtr.WithNtpFrac(ctx.ntp_frac_);
|
||||
rrtr.WithNtp(NtpTime(ctx.ntp_sec_, ctx.ntp_frac_));
|
||||
|
||||
xr->WithRrtr(&rrtr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user