Chromium Code Reviews

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

Issue 1482913003: Initial VideoProcessing refactoring. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: More lint. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();

Powered by Google App Engine