| 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 dbf9600b9223b19e7b07c6f4ec86b3d50cc0e0e1..27ecdac9fb8114390b17750f8facf68621dec0d5 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| @@ -202,7 +202,7 @@ extern WebRtcAecOverdriveAndSuppress WebRtcAec_OverdriveAndSuppress;
|
|
|
| typedef void (*WebRtcAecComfortNoise)(AecCore* aec,
|
| float efw[2][PART_LEN1],
|
| - complex_t* comfortNoiseHband,
|
| + float comfortNoiseHband[2][PART_LEN1],
|
| const float* noisePow,
|
| const float* lambda);
|
| extern WebRtcAecComfortNoise WebRtcAec_ComfortNoise;
|
|
|