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..4ed710001db0e11c97d00ac9b24b63d060ee88a1 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_track_; |
marpan
2016/03/24 20:56:16
is this previous denoised_frame (i.e, t-1)?
if so,
jackychen_
2016/03/25 18:45:44
Done.
|
VideoFrame resampled_frame_; |
VPMSpatialResampler* spatial_resampler_; |
VPMContentAnalysis* ca_; |