| Index: webrtc/modules/audio_processing/aec/aec_core.h
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_core.h b/webrtc/modules/audio_processing/aec/aec_core.h
|
| index e41842efedec71030679cec5cfba407974a2368b..0c491980c2eb7ba09eb9bda328bf87c88057bd10 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core.h
|
| @@ -26,6 +26,7 @@ extern "C" {
|
| #include "webrtc/common_audio/wav_file.h"
|
| #include "webrtc/modules/audio_processing/aec/aec_common.h"
|
| #include "webrtc/modules/audio_processing/utility/block_mean_calculator.h"
|
| +#include "webrtc/modules/audio_processing/utility/ooura_fft.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
| @@ -134,6 +135,7 @@ struct AecCore {
|
| ~AecCore();
|
|
|
| std::unique_ptr<ApmDataDumper> data_dumper;
|
| + const OouraFft ooura_fft;
|
|
|
| CoherenceState coherence_state;
|
|
|
|
|