Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
index cd76aa50a6767f7fde57841e3f0ce6ce0ba92abf..d116b7420d1ad3b4de19941663e5a2bfc033212d 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
@@ -226,7 +226,8 @@ class VideoProcessorIntegrationTest : public testing::Test { |
break; |
} |
frame_reader_ = new webrtc::test::FrameReaderImpl( |
- config_.input_filename, config_.frame_length_in_bytes); |
+ config_.input_filename, config_.codec_settings->width, |
+ config_.codec_settings->height); |
frame_writer_ = new webrtc::test::FrameWriterImpl( |
config_.output_filename, config_.frame_length_in_bytes); |
ASSERT_TRUE(frame_reader_->Init()); |