Index: webrtc/common_audio/smoothing_filter.h |
diff --git a/webrtc/common_audio/smoothing_filter.h b/webrtc/common_audio/smoothing_filter.h |
index 03eb718d54f05c3c2df7d30ae5984a4ef2443ae8..b055c60d6d570d09bfa9c2e84bf4a7264718a0d1 100644 |
--- a/webrtc/common_audio/smoothing_filter.h |
+++ b/webrtc/common_audio/smoothing_filter.h |
@@ -46,6 +46,7 @@ class SmoothingFilterImpl final : public SmoothingFilter { |
bool initialized_; |
int64_t first_sample_time_ms_; |
int64_t last_sample_time_ms_; |
+ float last_sample_; |
rtc::ExpFilter filter_; |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(SmoothingFilterImpl); |