| Index: webrtc/modules/video_processing/video_decimator.h
|
| diff --git a/webrtc/modules/video_processing/video_decimator.h b/webrtc/modules/video_processing/video_decimator.h
|
| index d5c197caaedddf4e43d94e7d49dfe318924af342..1b871df8c380ae128cb9a7d91afa5416864e9530 100644
|
| --- a/webrtc/modules/video_processing/video_decimator.h
|
| +++ b/webrtc/modules/video_processing/video_decimator.h
|
| @@ -40,8 +40,8 @@ class VPMVideoDecimator {
|
| private:
|
| void ProcessIncomingframe_rate(int64_t now);
|
|
|
| - enum { kFrameCountHistory_size = 90};
|
| - enum { kFrameHistoryWindowMs = 2000};
|
| + enum { kFrameCountHistory_size = 90 };
|
| + enum { kFrameHistoryWindowMs = 2000 };
|
|
|
| // Temporal decimation.
|
| int32_t overshoot_modifier_;
|
|
|