| Index: webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/echo_remover.cc b/webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| index ea4025365a2504022948b1315876592717a14d64..973725108fbf475fcc48c4d58c2b2ae1dbf79da7 100644
|
| --- a/webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/echo_remover.cc
|
| @@ -181,7 +181,7 @@ void EchoRemoverImpl::ProcessCapture(
|
|
|
| // A choose and apply echo suppression gain.
|
| suppression_gain_.GetGain(E2, R2, cng_.NoiseSpectrum(),
|
| - aec_state_.SaturatedEcho(), x, y->size(),
|
| + aec_state_.SaturatedEcho(), x,
|
| aec_state_.ForcedZeroGain(), &high_bands_gain, &G);
|
| suppression_filter_.ApplyGain(comfort_noise, high_band_comfort_noise, G,
|
| high_bands_gain, y);
|
|
|