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:
@ -69,14 +69,4 @@ const VideoFrame* VideoProcessingImpl::PreprocessFrame(
|
||||
return frame_pre_processor_.PreprocessFrame(frame);
|
||||
}
|
||||
|
||||
VideoContentMetrics* VideoProcessingImpl::GetContentMetrics() const {
|
||||
rtc::CritScope mutex(&mutex_);
|
||||
return frame_pre_processor_.GetContentMetrics();
|
||||
}
|
||||
|
||||
void VideoProcessingImpl::EnableContentAnalysis(bool enable) {
|
||||
rtc::CritScope mutex(&mutex_);
|
||||
frame_pre_processor_.EnableContentAnalysis(enable);
|
||||
}
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
Reference in New Issue
Block a user