| 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 796ea2c9c0667d1204e9127dc9da844eb8fbb5cf..a831feb276b98da5945f853871691c0ef4663a56 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| @@ -101,7 +101,7 @@ struct AecCore {
|
|
|
| int mult; // sampling frequency multiple
|
| int sampFreq;
|
| - int num_bands;
|
| + size_t num_bands;
|
| uint32_t seed;
|
|
|
| float normal_mu; // stepsize
|
|
|