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 75925fc92921d641c940499dad561826af6f2f25..854b7236e73fe7c0df5e62eabc299292f13bcc26 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core.h |
+++ b/webrtc/modules/audio_processing/aec/aec_core.h |
@@ -19,6 +19,8 @@ |
#include "webrtc/typedefs.h" |
+namespace webrtc { |
+ |
#define FRAME_LEN 80 |
#define PART_LEN 64 // Length of partition |
#define PART_LEN1 (PART_LEN + 1) // Unique fft coefficients |
@@ -132,4 +134,6 @@ int WebRtcAec_system_delay(AecCore* self); |
// care. |
void WebRtcAec_SetSystemDelay(AecCore* self, int delay); |
+} // namespace webrtc |
+ |
#endif // WEBRTC_MODULES_AUDIO_PROCESSING_AEC_AEC_CORE_H_ |