Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h |
index 3d9d8af972e58bd1401fd93dc3d55d08c3e21340..9fb7a133e0c0671f854af8bcd33827d30a485309 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h |
@@ -47,6 +47,7 @@ |
#include "webrtc/test/testsupport/frame_writer.h" |
#include "webrtc/test/testsupport/metrics/video_metrics.h" |
#include "webrtc/test/testsupport/packet_reader.h" |
+#include "webrtc/test/video_codec_settings.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -646,7 +647,7 @@ class VideoProcessorIntegrationTest : public testing::Test { |
bool resilience_on, |
int width, |
int height) { |
- VideoCodingModule::Codec(codec_type, codec_settings); |
+ webrtc::test::CodecSettings(codec_type, codec_settings); |
config->codec_settings = codec_settings; |
config->codec_settings->width = width; |
config->codec_settings->height = height; |