Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: webrtc/modules/video_processing/video_decimator.h

Issue 1508793002: Clang format of video_processing folder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698