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 f90e5dd2f6728a37eea59525cea4d1b9dc944b8e..b52bb2b1cea08c2393d9c3c589121eeaca4fd3bc 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
@@ -137,9 +137,6 @@ void VideoProcessorIntegrationTest::SetCodecSettings(TestConfig* config, |
RTC_NOTREACHED(); |
break; |
} |
- |
- config->frame_length_in_bytes = |
- CalcBufferSize(VideoType::kI420, width, height); |
} |
void VideoProcessorIntegrationTest::SetRateProfile( |