| 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 a3776186e1169152c1e2b960803438f694a448af..937f51268741b2f2a37e7a6b4a2eda52d060b4ee 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| @@ -248,7 +248,7 @@ class VideoProcessorIntegrationTest : public testing::Test {
|
| test::OutputPath(), "videoprocessor_integrationtest");
|
|
|
| config_.frame_length_in_bytes =
|
| - CalcBufferSize(kI420, process.width, process.height);
|
| + CalcBufferSize(VideoType::kI420, process.width, process.height);
|
| config_.verbose = process.verbose_logging;
|
| config_.use_single_core = process.use_single_core;
|
| // Key frame interval and packet loss are set for each test.
|
|
|