Fix breakage introduced by r6691.
ModuleRtpRtcpImpl returned incorrectly on RemoteNTP as the RTCPReceiver::NTP changed return type. BUG= TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18799004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6693 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -765,7 +765,9 @@ int32_t ModuleRtpRtcpImpl::RemoteNTP(
|
|||||||
received_ntpfrac,
|
received_ntpfrac,
|
||||||
rtcp_arrival_time_secs,
|
rtcp_arrival_time_secs,
|
||||||
rtcp_arrival_time_frac,
|
rtcp_arrival_time_frac,
|
||||||
rtcp_timestamp);
|
rtcp_timestamp)
|
||||||
|
? 0
|
||||||
|
: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get RoundTripTime.
|
// Get RoundTripTime.
|
||||||
|
Reference in New Issue
Block a user