Index: webrtc/modules/video_coding/codecs/test/videoprocessor.h |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.h b/webrtc/modules/video_coding/codecs/test/videoprocessor.h |
index f0322dd67b451f6fcc25b5304bae9ca56a525a83..af843298ba55af95421ab9e0d479f795186e68f1 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h |
@@ -14,7 +14,6 @@ |
#include <string> |
#include "webrtc/base/checks.h" |
-#include "webrtc/common_video/libyuv/include/scaler.h" |
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h" |
#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
#include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h" |
@@ -219,7 +218,6 @@ class VideoProcessorImpl : public VideoProcessor { |
int num_spatial_resizes_; |
int last_encoder_frame_width_; |
int last_encoder_frame_height_; |
- Scaler scaler_; |
// Statistics |
double bit_rate_factor_; // multiply frame length with this to get bit rate |