| 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 f5a89e1fd5751c6b381fc506100e43f351f046f0..b5c9d58fc84d343c0fb767588eee4f208dc78a5f 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| @@ -234,7 +234,9 @@ typedef void (*WebRtcAecSubBandCoherence)(int mult,
|
| int* extreme_filter_divergence);
|
| extern WebRtcAecSubBandCoherence WebRtcAec_SubbandCoherence;
|
|
|
| -typedef int (*WebRtcAecPartitionDelay)(const AecCore* aec);
|
| +typedef int (*WebRtcAecPartitionDelay)(
|
| + int num_partitions,
|
| + float h_fft_buf[2][kExtendedNumPartitions * PART_LEN1]);
|
| extern WebRtcAecPartitionDelay WebRtcAec_PartitionDelay;
|
|
|
| typedef void (*WebRtcAecStoreAsComplex)(const float* data,
|
|
|