Index: webrtc/modules/video_processing/frame_preprocessor.cc |
diff --git a/webrtc/modules/video_processing/frame_preprocessor.cc b/webrtc/modules/video_processing/frame_preprocessor.cc |
index db2b84b174a8e773e91b68667bba2e2c44c1972c..6778a597be2f576d97486cc0ae9d0c570be124c2 100644 |
--- a/webrtc/modules/video_processing/frame_preprocessor.cc |
+++ b/webrtc/modules/video_processing/frame_preprocessor.cc |
@@ -95,7 +95,7 @@ uint32_t VPMFramePreprocessor::GetDecimatedHeight() const { |
} |
void VPMFramePreprocessor::EnableDenosing(bool enable) { |
- denoiser_.reset(new VideoDenoiser()); |
+ denoiser_.reset(new VideoDenoiser(true)); |
} |
const VideoFrame* VPMFramePreprocessor::PreprocessFrame( |