diff --git a/webrtc/modules/audio_processing/ns/nsx_core.h b/webrtc/modules/audio_processing/ns/nsx_core.h index 1afbc5c1cf..6275cf930c 100644 --- a/webrtc/modules/audio_processing/ns/nsx_core.h +++ b/webrtc/modules/audio_processing/ns/nsx_core.h @@ -34,7 +34,7 @@ typedef struct NsxInst_t_ { WebRtc_Word16 noiseEstCounter[SIMULT]; WebRtc_Word16 noiseEstQuantile[HALF_ANAL_BLOCKL]; - WebRtc_Word16 anaLen; + int anaLen; int anaLen2; int magnLen; int aggrMode;