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 ea5889f50309683a3ce168303da3a190f6396504..30869945ccb3855043b5d695f9b4454d4892320c 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core_internal.h |
+++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h |
@@ -121,6 +121,7 @@ struct AecCore { |
Stats erle; |
Stats aNlp; |
Stats rerl; |
+ BlockMeanCalculator fraction_filter_divergent; |
// Quantities to control H band scaling for SWB input |
int freq_avg_ic; // initial bin for averaging nlp gain |