| Index: webrtc/voice_engine/channel.cc
|
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc
|
| index 047f3e19dd5e36a46a43d1b1e74bf1fcda35b529..d630575cbcb292d5787326a9c364095fa5891d1e 100644
|
| --- a/webrtc/voice_engine/channel.cc
|
| +++ b/webrtc/voice_engine/channel.cc
|
| @@ -2675,8 +2675,8 @@ int Channel::GetRTPStatistics(CallStatistics& stats) {
|
| }
|
|
|
| stats.fractionLost = statistics.fraction_lost;
|
| - stats.cumulativeLost = statistics.cumulative_lost;
|
| - stats.extendedMax = statistics.extended_max_sequence_number;
|
| + stats.cumulativeLost = statistics.packets_lost;
|
| + stats.extendedMax = statistics.extended_highest_sequence_number;
|
| stats.jitterSamples = statistics.jitter;
|
|
|
| // --- RTT
|
|
|