| Index: webrtc/modules/audio_processing/aec3/subtractor_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/subtractor_unittest.cc b/webrtc/modules/audio_processing/aec3/subtractor_unittest.cc
|
| index a5e2a4e6248ce34a8da970acf9024ab44a1eb82e..32fc054bf708c868e2568ca3829ad46bab3b8755 100644
|
| --- a/webrtc/modules/audio_processing/aec3/subtractor_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/subtractor_unittest.cc
|
| @@ -68,8 +68,9 @@ float RunSubtractorTest(int num_blocks_to_process,
|
|
|
| aec_state.HandleEchoPathChange(EchoPathVariability(false, false));
|
| aec_state.Update(subtractor.FilterFrequencyResponse(),
|
| + subtractor.FilterImpulseResponse(),
|
| rtc::Optional<size_t>(delay_samples / kBlockSize),
|
| - render_buffer, E2_main, Y2, x[0], false);
|
| + render_buffer, E2_main, Y2, x[0], output.s_main, false);
|
| }
|
|
|
| const float output_power = std::inner_product(
|
|
|