| Index: webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_core_internal.h b/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| index 10630165baafcd9f703b9f15331dbafb52ebe399..3809c825672a2b8f5edccbbb69793f3f199fac9a 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| @@ -95,8 +95,8 @@ struct AecCore {
|
|
|
| int xfBufBlockPos;
|
|
|
| - RingBuffer* far_buf;
|
| - RingBuffer* far_buf_windowed;
|
| + RingBuffer* far_time_buf;
|
| +
|
| int system_delay; // Current system delay buffered in AEC.
|
|
|
| int mult; // sampling frequency multiple
|
| @@ -165,7 +165,6 @@ struct AecCore {
|
| // each time.
|
| int debug_dump_count;
|
|
|
| - RingBuffer* far_time_buf;
|
| rtc_WavWriter* farFile;
|
| rtc_WavWriter* nearFile;
|
| rtc_WavWriter* outFile;
|
|
|