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 057dfb8e9747e57c033985a89249ce61b4176e63..59e14d23b899d110342afaa61826058704c5831c 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
@@ -86,6 +86,7 @@ struct PacketInfo { |
class RemoteBitrateEstimator : public CallStatsObserver, public Module { |
public: |
+ static const int kDefaultMinBitrateBps = 30000; |
virtual ~RemoteBitrateEstimator() {} |
virtual void IncomingPacketFeedbackVector( |