Index: webrtc/modules/audio_processing/residual_echo_detector.h |
diff --git a/webrtc/modules/audio_processing/residual_echo_detector.h b/webrtc/modules/audio_processing/residual_echo_detector.h |
index c319ffd219276c92ba0c780aaa027d1117c92718..92dd71db8a0db99d63236cb2470579473e05bf49 100644 |
--- a/webrtc/modules/audio_processing/residual_echo_detector.h |
+++ b/webrtc/modules/audio_processing/residual_echo_detector.h |
@@ -85,6 +85,8 @@ class ResidualEchoDetector { |
// Reliability of the current likelihood. |
float reliability_ = 0.f; |
MovingMax recent_likelihood_max_; |
+ |
+ int log_counter_ = 0; |
}; |
} // namespace webrtc |