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

Unified Diff: webrtc/modules/congestion_controller/probe_bitrate_estimator.h

Issue 2224173003: Probe bitrate estimator correction. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 months 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
Index: webrtc/modules/congestion_controller/probe_bitrate_estimator.h
diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
index 2aea59c09c0ff8d8e9c57c3bc63eb5647e4f1278..7f0c4569c97f039976e822d94887987d66e8e994 100644
--- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
+++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h
@@ -23,6 +23,7 @@ struct ProbingResult {
ProbingResult();
ProbingResult(int bps, int64_t timestamp);
+ bool valid() const;
stefan-webrtc 2016/08/09 11:37:14 Valid() since this doesn't simply return the membe
philipel 2016/08/09 12:10:46 This is a cheap function: https://google.github.io
int bps;
int64_t timestamp;

Powered by Google App Engine
This is Rietveld 408576698