| Index: webrtc/modules/video_processing/frame_preprocessor.h
|
| diff --git a/webrtc/modules/video_processing/frame_preprocessor.h b/webrtc/modules/video_processing/frame_preprocessor.h
|
| index 270fbc2fc9e9a713ab39f8bfebda8137f3da8ecc..9caa63b2475f0d86cd34a3f4f23f7e04e0843e2e 100644
|
| --- a/webrtc/modules/video_processing/frame_preprocessor.h
|
| +++ b/webrtc/modules/video_processing/frame_preprocessor.h
|
| @@ -60,7 +60,7 @@ class VPMFramePreprocessor {
|
| uint32_t GetDecimatedHeight() const;
|
|
|
| // Preprocess output:
|
| - void EnableDenosing(bool enable);
|
| + void EnableDenoising(bool enable);
|
| const VideoFrame* PreprocessFrame(const VideoFrame& frame);
|
| VideoContentMetrics* GetContentMetrics() const;
|
|
|
|
|