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

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

Issue 2749803002: Enable the bayesian bitrate estimator by default. (Closed)
Patch Set: Created 3 years, 9 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/delay_based_bwe.h
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.h b/webrtc/modules/congestion_controller/delay_based_bwe.h
index 5ae60f7d21255480eb95fe2ebb65c64087f60434..2ac3586fb721ff41716684b2a85aab895c1b12b1 100644
--- a/webrtc/modules/congestion_controller/delay_based_bwe.h
+++ b/webrtc/modules/congestion_controller/delay_based_bwe.h
@@ -77,8 +77,6 @@ class DelayBasedBwe {
int64_t prev_time_ms_;
float bitrate_estimate_;
float bitrate_estimate_var_;
- RateStatistics old_estimator_;
- const bool in_experiment_;
};
Result IncomingPacketFeedback(const PacketFeedback& packet_feedback);

Powered by Google App Engine
This is Rietveld 408576698