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

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: Based on pbos review 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/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
This is Rietveld 408576698