| 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 0d101fcc3ebb083a7ffae937e607eb87cb7a20b2..4f87d391d9bba5679489b03e69bea60e22662ab6 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h
|
| @@ -110,7 +110,7 @@ class LinkedSet {
|
| };
|
|
|
| const int kMinBitrateKbps = 10;
|
| -const int kMaxBitrateKbps = 2500;
|
| +const int kMaxBitrateKbps = 25000;
|
|
|
| class BweSender : public Module {
|
| public:
|
|
|