| Index: webrtc/modules/audio_coding/neteq/statistics_calculator.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/statistics_calculator.cc b/webrtc/modules/audio_coding/neteq/statistics_calculator.cc
|
| index 14e93859b8202d9ca051df4cf8a78db159ed15d2..dc52985540a05a771ad5661189b9dcbe8a3626b6 100644
|
| --- a/webrtc/modules/audio_coding/neteq/statistics_calculator.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/statistics_calculator.cc
|
| @@ -148,7 +148,7 @@ void StatisticsCalculator::GetNetworkStatistics(
|
|
|
| stats->speech_expand_rate =
|
| CalculateQ14Ratio(expanded_speech_samples_,
|
| - timestamps_since_last_report_);
|
| + timestamps_since_last_report_);
|
|
|
| stats->secondary_decoded_rate =
|
| CalculateQ14Ratio(secondary_decoded_samples_,
|
|
|