| Index: media/cast/cast_defines.h
|
| diff --git a/media/cast/cast_defines.h b/media/cast/cast_defines.h
|
| index 9bf2f44352cf4349364a73670b95b9cdf71672ed..f4fb3c83b6766a7cac2ede4219d291aae2e7734a 100644
|
| --- a/media/cast/cast_defines.h
|
| +++ b/media/cast/cast_defines.h
|
| @@ -20,9 +20,8 @@
|
| namespace media {
|
| namespace cast {
|
|
|
| -const int64 kDontShowTimeoutMs = 33;
|
| -const float kDefaultCongestionControlBackOff = 0.875f;
|
| const uint32 kVideoFrequency = 90000;
|
| +const int kMinSampleRateForEncoding = 8000;
|
| const uint32 kStartFrameId = UINT32_C(0xffffffff);
|
|
|
| // This is an important system-wide constant. This limits how much history the
|
|
|