Remove remaining quality-analysis (QM).
This was never turned on, contains a lot of complexity and somehow manages triggering a bug in a downstream project. BUG=webrtc:5066 R=marpan@webrtc.org TBR=mflodman@webrtc.org Review URL: https://codereview.webrtc.org/1917323002 . Cr-Commit-Position: refs/heads/master@{#12692}
This commit is contained in:
@ -26,7 +26,6 @@ class VideoProcessingImpl : public VideoProcessing {
|
||||
// Implements VideoProcessing.
|
||||
void EnableTemporalDecimation(bool enable) override;
|
||||
void SetInputFrameResampleMode(VideoFrameResampling resampling_mode) override;
|
||||
void EnableContentAnalysis(bool enable) override;
|
||||
int32_t SetTargetResolution(uint32_t width,
|
||||
uint32_t height,
|
||||
uint32_t frame_rate) override;
|
||||
@ -35,7 +34,6 @@ class VideoProcessingImpl : public VideoProcessing {
|
||||
uint32_t GetDecimatedHeight() const override;
|
||||
void EnableDenoising(bool enable) override;
|
||||
const VideoFrame* PreprocessFrame(const VideoFrame& frame) override;
|
||||
VideoContentMetrics* GetContentMetrics() const override;
|
||||
|
||||
private:
|
||||
rtc::CriticalSection mutex_;
|
||||
|
||||
Reference in New Issue
Block a user