| Index: webrtc/voice_engine/channel.cc
|
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc
|
| index 5c2525cf2b803b4b1ec5a31cff1e57afe7d8e8fd..db309c306046b432bffd46dc4ddb92457d904c54 100644
|
| --- a/webrtc/voice_engine/channel.cc
|
| +++ b/webrtc/voice_engine/channel.cc
|
| @@ -2673,8 +2673,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
|
|
|