diff --git a/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc b/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc index 26b2e1df22..d7c383ed20 100644 --- a/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc +++ b/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc @@ -129,7 +129,7 @@ TEST_F(VideoProcessorIntegrationTestLibvpx, ProcessNoLossChangeBitRateVP9) { {700, 30, 200}, {500, 30, kNumFramesLong + 1}}; - std::vector rc_thresholds = {{0, 30, 20, 20, 35, 0, 1}, + std::vector rc_thresholds = {{0, 35, 20, 20, 35, 0, 1}, {2, 0, 20, 20, 60, 0, 0}, {0, 0, 25, 20, 40, 0, 0}};