commit | 99ab9447d1b48043adf6bfdf72cf820bbda3ee3f | [log] [tgz] |
---|---|---|
author | mflodman <mflodman@webrtc.org> | Mon Dec 07 22:54:50 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 08 06:54:59 2015 +0000 |
tree | 737686a4aa4e0ad6f4ac71114a8f7d17fb067b9b | |
parent | a440c6fa80685830e6ad69b7367dbbad631c29fa [diff] [blame] |
Clang format of video_processing folder. BUG=webrtc:5259 Review URL: https://codereview.webrtc.org/1508793002 Cr-Commit-Position: refs/heads/master@{#10925}
diff --git a/webrtc/modules/video_processing/frame_preprocessor.h b/webrtc/modules/video_processing/frame_preprocessor.h index 8e6bb9b..5bdc576 100644 --- a/webrtc/modules/video_processing/frame_preprocessor.h +++ b/webrtc/modules/video_processing/frame_preprocessor.h
@@ -41,7 +41,8 @@ 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.