Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: webrtc/common_audio/smoothing_filter.h

Issue 2582043002: Fixing init time error in smoothing filter. (Closed)
Patch Set: on Ivo's comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/common_audio/smoothing_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/smoothing_filter.h
diff --git a/webrtc/common_audio/smoothing_filter.h b/webrtc/common_audio/smoothing_filter.h
index 4967a34442313a62bfc5c0b74515077f718d9df8..4a0efd99b6d5fa605a5e82c3157a638b449d0636 100644
--- a/webrtc/common_audio/smoothing_filter.h
+++ b/webrtc/common_audio/smoothing_filter.h
@@ -59,7 +59,7 @@ class SmoothingFilterImpl final : public SmoothingFilter {
const float init_const_;
const Clock* const clock_;
- rtc::Optional<int64_t> first_sample_time_ms_;
+ rtc::Optional<int64_t> init_end_time_ms_;
float last_sample_;
float alpha_;
float state_;
« no previous file with comments | « no previous file | webrtc/common_audio/smoothing_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698