Chromium Code Reviews| 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 a23d0227548e1370e685d46600bbc278cd34ea3c..317eee67616cb702a1b2708a66b8967846f973d7 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 { |
| @@ -634,7 +635,7 @@ class VideoProcessorIntegrationTest : public testing::Test { |
| bool resilience_on, |
| int width, |
| int height) { |
| - VideoCodingModule::Codec(codec_type, &config->codec_settings); |
| + webrtc::test::CodecSettings(codec_type, &config->codec_settings); |
|
brandtr
2017/08/10 08:05:35
This class is already in the webrtc::test scope. O
mflodman
2017/08/10 08:23:56
For clarity, but I can remove if you prefer that?
|
| config->codec_settings.width = width; |
| config->codec_settings.height = height; |
| switch (config->codec_settings.codecType) { |