| Index: webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.h b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| index fc3018f9967d4c979e9665ce62b2230ba7df2b58..b811773eec7b87c275bd8b70f20c21b3dec3ee27 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| @@ -109,7 +109,7 @@ class LinkedSet {
|
| std::list<PacketIdentifierNode*> list_;
|
| };
|
|
|
| -const int kMinBitrateKbps = 50;
|
| +const int kMinBitrateKbps = 10;
|
| const int kMaxBitrateKbps = 2500;
|
|
|
| class BweSender : public Module {
|
|
|