| Index: webrtc/modules/video_processing/video_denoiser.h
|
| diff --git a/webrtc/modules/video_processing/video_denoiser.h b/webrtc/modules/video_processing/video_denoiser.h
|
| index 2a90724ad0f0ab0cb66b1d3e1c6a4e0eb0d2222a..107a15ca07e67c28f130a78236020ec72633fecd 100644
|
| --- a/webrtc/modules/video_processing/video_denoiser.h
|
| +++ b/webrtc/modules/video_processing/video_denoiser.h
|
| @@ -18,7 +18,7 @@ namespace webrtc {
|
|
|
| class VideoDenoiser {
|
| public:
|
| - VideoDenoiser();
|
| + explicit VideoDenoiser(bool runtime_cpu_detection);
|
| void DenoiseFrame(const VideoFrame& frame, VideoFrame* denoised_frame);
|
|
|
| private:
|
|
|