| Index: webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| diff --git a/webrtc/modules/audio_processing/aec/echo_cancellation.cc b/webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| index c6f95a5cf9c4980b15e563f8d532612221300bba..32496ca33c01057f315c788b9dc82bc17c68127f 100644
|
| --- a/webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| +++ b/webrtc/modules/audio_processing/aec/echo_cancellation.cc
|
| @@ -29,6 +29,8 @@ extern "C" {
|
| #include "webrtc/modules/audio_processing/aec/echo_cancellation_internal.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| +namespace webrtc {
|
| +
|
| // Measured delays [ms]
|
| // Device Chrome GTP
|
| // MacBook Air 10
|
| @@ -881,3 +883,4 @@ static void EstBufDelayExtended(Aec* self) {
|
| self->knownDelay = WEBRTC_SPL_MAX((int)self->filtDelay - 256, 0);
|
| }
|
| }
|
| +} // namespace webrtc
|
|
|