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

Unified Diff: webrtc/modules/video_processing/frame_preprocessor.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/frame_preprocessor.h
diff --git a/webrtc/modules/video_processing/frame_preprocessor.h b/webrtc/modules/video_processing/frame_preprocessor.h
index 8e6bb9b3d0ec17a5b1487cf111312742ee50e476..5bdc576f3712f7f71bdffb5f22ed0942fbd5f05d 100644
--- a/webrtc/modules/video_processing/frame_preprocessor.h
+++ b/webrtc/modules/video_processing/frame_preprocessor.h
@@ -41,7 +41,8 @@ class VPMFramePreprocessor {
void EnableContentAnalysis(bool enable);
// Set target resolution: frame rate and dimension.
- int32_t SetTargetResolution(uint32_t width, uint32_t height,
+ int32_t SetTargetResolution(uint32_t width,
+ uint32_t height,
uint32_t frame_rate);
// Set target frame rate.

Powered by Google App Engine
This is Rietveld 408576698