Chromium Code Reviews

Unified Diff: webrtc/modules/video_processing/spatial_resampler.h

Issue 2020593002: Refactor scaling. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete ShallowCenterCrop. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/video_processing/spatial_resampler.h
diff --git a/webrtc/modules/video_processing/spatial_resampler.h b/webrtc/modules/video_processing/spatial_resampler.h
index 51820e24e5ed8fd00f060d6523cc297a5e912d18..7b68d2a8b56b656caa076daf6d6ae4d535d5cedd 100644
--- a/webrtc/modules/video_processing/spatial_resampler.h
+++ b/webrtc/modules/video_processing/spatial_resampler.h
@@ -16,7 +16,6 @@
#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/modules/video_processing/include/video_processing_defines.h"
-#include "webrtc/common_video/libyuv/include/scaler.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
namespace webrtc {
@@ -52,7 +51,6 @@ class VPMSimpleSpatialResampler : public VPMSpatialResampler {
VideoFrameResampling resampling_mode_;
int32_t target_width_;
int32_t target_height_;
- Scaler scaler_;
};
} // namespace webrtc

Powered by Google App Engine