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 6dd3693dbf0f54dd31191044e88568391bc41958..c35dd0d7affe5a8b23c837f697606a1f1c744dc6 100644 |
--- a/webrtc/modules/video_processing/frame_preprocessor.h |
+++ b/webrtc/modules/video_processing/frame_preprocessor.h |
@@ -71,6 +71,7 @@ class VPMFramePreprocessor { |
VideoContentMetrics* content_metrics_; |
VideoFrame denoised_frame_; |
+ VideoFrame denoised_frame_prev_; |
VideoFrame resampled_frame_; |
VPMSpatialResampler* spatial_resampler_; |
VPMContentAnalysis* ca_; |