| 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.
|
|
|