| 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 5f187563655cc845d638884310a6274086fbf24d..9f8ff49bee6a2450a3ccfa3b394ce87839562fd2 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
|
| @@ -746,7 +746,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) {
|
| SetQualityMetrics(&quality_metrics, 25.0, 13.0, 0.70, 0.40);
|
| // Metrics for rate control.
|
| RateControlMetrics rc_metrics[1];
|
| - SetRateControlMetrics(rc_metrics, 0, 160, 70, 120, 10, 80, 1, 1);
|
| + SetRateControlMetrics(rc_metrics, 0, 170, 70, 120, 10, 80, 1, 1);
|
| ProcessFramesAndVerify(quality_metrics,
|
| rate_profile,
|
| process_settings,
|
|
|