| 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 9d44480dcd9be4f174682038aa7bf024163f2264..d5c197caaedddf4e43d94e7d49dfe318924af342 100644
|
| --- a/webrtc/modules/video_processing/video_decimator.h
|
| +++ b/webrtc/modules/video_processing/video_decimator.h
|
| @@ -32,7 +32,7 @@ class VPMVideoDecimator {
|
| void UpdateIncomingframe_rate();
|
|
|
| // Get Decimated Frame Rate/Dimensions.
|
| - uint32_t Decimatedframe_rate();
|
| + uint32_t GetDecimatedFrameRate();
|
|
|
| // Get input frame rate.
|
| uint32_t Inputframe_rate();
|
|
|