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:
pbos@webrtc.org
2014-07-15 15:51:33 +00:00
parent 2f4b14e3f3
commit 376b4ea93f

View File

@ -765,7 +765,9 @@ int32_t ModuleRtpRtcpImpl::RemoteNTP(
received_ntpfrac,
rtcp_arrival_time_secs,
rtcp_arrival_time_frac,
rtcp_timestamp);
rtcp_timestamp)
? 0
: -1;
}
// Get RoundTripTime.