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 aa5687a4f495b821f8f49b41157d5acdc5e1edcd..2fa26db859cc5fd8af8a17e355a5722bc1af3971 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core.h |
+++ b/webrtc/modules/audio_processing/aec/aec_core.h |
@@ -51,7 +51,7 @@ typedef struct Stats { |
typedef struct AecCore AecCore; |
-int WebRtcAec_CreateAec(AecCore** aec); |
+AecCore* WebRtcAec_CreateAec(); // Returns NULL on error. |
void WebRtcAec_FreeAec(AecCore* aec); |
int WebRtcAec_InitAec(AecCore* aec, int sampFreq); |
void WebRtcAec_InitAec_SSE2(void); |