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 a88f75e36805e2b792609aff0993634d59ac4867..cb08cc3d992ffdee37aceb3561bb8a6e89995513 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
@@ -294,7 +294,8 @@ TEST_F(VideoProcessorIntegrationTest, ProcessInBatchMode) { |
CodecParams process_settings; |
SetCodecParams(&process_settings, kVideoCodecVP8, kHwCodec, kUseSingleCore, |
0.0f, -1, 1, false, true, true, false, 352, 288, "foreman_cif", |
- false /* verbose_logging */, true /* batch_mode */); |
+ false /* verbose_logging */, true /* correctness_mode */, |
+ true /* batch_mode */); |
// Thresholds for expected quality. |
QualityThresholds quality_thresholds; |
SetQualityThresholds(&quality_thresholds, 34.95, 33.0, 0.90, 0.89); |