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 46b748ba83b1a61c4d8185f72372d66236901ef7..1155bc38b08629ebbb3561d207742f8537210ef8 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core.h |
+++ b/webrtc/modules/audio_processing/aec/aec_core.h |
@@ -53,7 +53,7 @@ typedef struct Stats { |
typedef struct AecCore AecCore; |
-AecCore* WebRtcAec_CreateAec(); // Returns NULL on error. |
+AecCore* WebRtcAec_CreateAec(int instance_count); // Returns NULL on error. |
void WebRtcAec_FreeAec(AecCore* aec); |
int WebRtcAec_InitAec(AecCore* aec, int sampFreq); |
void WebRtcAec_InitAec_SSE2(void); |
@@ -97,9 +97,6 @@ void WebRtcAec_GetEchoStats(AecCore* self, |
Stats* erle, |
Stats* a_nlp, |
float* divergent_filter_fraction); |
-#ifdef WEBRTC_AEC_DEBUG_DUMP |
-void* WebRtcAec_far_time_buf(AecCore* self); |
-#endif |
// Sets local configuration modes. |
void WebRtcAec_SetConfigCore(AecCore* self, |