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

Unified Diff: webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h

Issue 1151603008: Make the BWE threshold adaptive. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Improve self-fairness. Created 5 years, 6 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/remote_bitrate_estimator/mimd_rate_control.h
diff --git a/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h b/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h
index d15799344e6e3e19cf249b28d02e03f40a3770ce..2520ba5366201e315e41c932b833e890fbea517d 100644
--- a/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h
+++ b/webrtc/modules/remote_bitrate_estimator/mimd_rate_control.h
@@ -34,8 +34,7 @@ class MimdRateControl : public RemoteRateControl {
uint32_t LatestEstimate() const override;
uint32_t UpdateBandwidthEstimate(int64_t now_ms) override;
void SetRtt(int64_t rtt) override;
- RateControlRegion Update(const RateControlInput* input,
- int64_t now_ms) override;
+ void Update(const RateControlInput* input, int64_t now_ms) override;
void SetEstimate(int bitrate_bps, int64_t now_ms) override;
private:

Powered by Google App Engine
This is Rietveld 408576698