| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| index c28749d1d3aa703e161125a0917f6ad97ad37a2f..0adc21b337f6df65bd7ca7a534583c88e3e2728f 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/nada.cc
|
| @@ -43,6 +43,7 @@ NadaBweReceiver::NadaBweReceiver(int flow_id)
|
| last_delays_index_(0),
|
| exp_smoothed_delay_ms_(-1),
|
| est_queuing_delay_signal_ms_(0) {
|
| + rate_counter_.set_windows_size_ms(kReceivingRateTimeWindowMs);
|
| }
|
|
|
| NadaBweReceiver::~NadaBweReceiver() {
|
|
|