| 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 47c17ec2e7792cb90267e69b6ff3801915601974..38875cdca718682dafe2ff462f42a0308f3c3c60 100644
|
| --- a/webrtc/modules/video_processing/frame_preprocessor.h
|
| +++ b/webrtc/modules/video_processing/frame_preprocessor.h
|
| @@ -61,13 +61,11 @@ class VPMFramePreprocessor {
|
| // we can compute new content metrics every |kSkipFrameCA| frames.
|
| enum { kSkipFrameCA = 2 };
|
|
|
| - rtc::scoped_refptr<I420Buffer> denoised_buffer_[2];
|
| VideoFrame denoised_frame_;
|
| VideoFrame resampled_frame_;
|
| VPMSpatialResampler* spatial_resampler_;
|
| VPMVideoDecimator* vd_;
|
| std::unique_ptr<VideoDenoiser> denoiser_;
|
| - uint8_t denoised_frame_toggle_;
|
| uint32_t frame_cnt_;
|
| };
|
|
|
|
|