summaryrefslogtreecommitdiff
path: root/modules/video_coding
diff options
context:
space:
mode:
authormikhal@webrtc.org <mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-10-03 16:42:41 +0000
committermikhal@webrtc.org <mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-10-03 16:42:41 +0000
commitb576a696e444c2873191463dcf03de1a82a50dd4 (patch)
tree5376531df36758604995ba81b28975779abc9673 /modules/video_coding
parent03ced525b5f18fe376e7fe0e213ee6f60e869b99 (diff)
downloadwebrtc-b576a696e444c2873191463dcf03de1a82a50dd4.tar.gz
Reformatting VPM: First step - No functional changes.
R=marpan@google.com, marpan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2333004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4912 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'modules/video_coding')
-rw-r--r--modules/video_coding/main/test/quality_modes_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/video_coding/main/test/quality_modes_test.cc b/modules/video_coding/main/test/quality_modes_test.cc
index 31242774..0dbf6fdf 100644
--- a/modules/video_coding/main/test/quality_modes_test.cc
+++ b/modules/video_coding/main/test/quality_modes_test.cc
@@ -249,7 +249,7 @@ QualityModesTest::Perform(const CmdArgs& args)
VideoContentMetrics* contentMetrics = NULL;
// setting user frame rate
- _vpm->SetMaxFrameRate((uint32_t)(_nativeFrameRate+ 0.5f));
+ _vpm->SetMaxFramerate((uint32_t)(_nativeFrameRate+ 0.5f));
// for starters: keeping native values:
_vpm->SetTargetResolution(_width, _height,
(uint32_t)(_frameRate+ 0.5f));