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

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

Issue 2415543002: Set min BWE bitrate form 10kbps to 5kbps and centralize minimum bitrate. (Closed)
Patch Set: Fixed unittest Created 4 years, 2 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/include/remote_bitrate_estimator.h
diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
index dfeedfce853ac542d22ff89b970f19ed36bca232..29dd81bf27bb7c1e68faaf87e92654507b0ac6af 100644
--- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
+++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
@@ -44,7 +44,6 @@ struct ReceiveBandwidthEstimatorStats {};
class RemoteBitrateEstimator : public CallStatsObserver, public Module {
public:
- static const int kDefaultMinBitrateBps = 30000;
minyue-webrtc 2016/10/13 08:12:31 why not merging all to this.
michaelt 2016/10/13 09:38:41 I did it in the bwe_defines.h so that i not have t
stefan-webrtc 2016/10/17 18:05:04 I would prefer if we move the min/max bitrates to
michaelt 2016/10/25 09:40:56 Done.
virtual ~RemoteBitrateEstimator() {}
virtual void IncomingPacketFeedbackVector(

Powered by Google App Engine
This is Rietveld 408576698