Index: webrtc/modules/video_processing/video_decimator.cc |
diff --git a/webrtc/modules/video_processing/video_decimator.cc b/webrtc/modules/video_processing/video_decimator.cc |
index af2c8249a0b51ccdc0fda30215db8f5dfff24d96..494a03f62c1f9af7e3fc55e16f99e377f0517b11 100644 |
--- a/webrtc/modules/video_processing/video_decimator.cc |
+++ b/webrtc/modules/video_processing/video_decimator.cc |
@@ -92,7 +92,7 @@ bool VPMVideoDecimator::DropFrame() { |
} |
-uint32_t VPMVideoDecimator::Decimatedframe_rate() { |
+uint32_t VPMVideoDecimator::GetDecimatedFrameRate() { |
ProcessIncomingframe_rate(TickTime::MillisecondTimestamp()); |
if (!enable_temporal_decimation_) { |
return static_cast<uint32_t>(incoming_frame_rate_ + 0.5f); |