summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/modules/video_processing/main/interface/video_processing.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/modules/video_processing/main/interface/video_processing.h')
-rw-r--r--chromium/third_party/webrtc/modules/video_processing/main/interface/video_processing.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chromium/third_party/webrtc/modules/video_processing/main/interface/video_processing.h b/chromium/third_party/webrtc/modules/video_processing/main/interface/video_processing.h
index b3e0483d06a..817d43d9bd6 100644
--- a/chromium/third_party/webrtc/modules/video_processing/main/interface/video_processing.h
+++ b/chromium/third_party/webrtc/modules/video_processing/main/interface/video_processing.h
@@ -236,14 +236,6 @@ class VideoProcessingModule : public Module {
uint32_t frame_rate) = 0;
/**
- Set max frame rate
- \param[in] max_frame_rate: maximum frame rate (limited to native frame rate)
-
- \return VPM_OK on success, a negative value on error (see error codes)
- */
- virtual int32_t SetMaxFramerate(uint32_t max_frame_rate) = 0;
-
- /**
Get decimated(target) frame rate
*/
virtual uint32_t Decimatedframe_rate() = 0;