| Index: webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| index d0829853acb860ffc3017bc29b6d8de696262e0d..cb1578bce04a337ba8b5ebe78c16f27ee457421f 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| +++ b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| @@ -67,9 +67,8 @@ class PlotVideoProcessorIntegrationTest
|
| rate_profile.num_frames = kNumFramesLong;
|
|
|
| // Codec/network settings.
|
| - ProcessParams process_settings(kHwCodec, kUseSingleCore, kPacketLoss,
|
| - kKeyFrameInterval, filename, kVerboseLogging,
|
| - kBatchMode);
|
| + SetProcessParams(&config_, kHwCodec, kUseSingleCore, kPacketLoss,
|
| + kKeyFrameInterval, filename, kVerboseLogging, kBatchMode);
|
| SetCodecSettings(&config_, &codec_settings_, codec_type_,
|
| kNumTemporalLayers, kErrorConcealmentOn, kDenoisingOn,
|
| kFrameDropperOn, kSpatialResizeOn, kResilienceOn, width,
|
| @@ -94,8 +93,8 @@ class PlotVideoProcessorIntegrationTest
|
| 1); // num_key_frames
|
| // clang-format on
|
|
|
| - ProcessFramesAndVerify(quality_thresholds, rate_profile, process_settings,
|
| - rc_thresholds, &kVisualizationParams);
|
| + ProcessFramesAndVerify(quality_thresholds, rate_profile, rc_thresholds,
|
| + &kVisualizationParams);
|
| }
|
|
|
| const int bitrate_;
|
|
|