| 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 c57b822ee4ff981f470dfc7375b560bcc1b56361..56d8955dc148060bf57e2a016597f93763eb7719 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| +++ b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| @@ -68,10 +68,9 @@ class PlotVideoProcessorIntegrationTest
|
| // Codec/network settings.
|
| SetProcessParams(&config_, kHwCodec, kUseSingleCore, kPacketLoss,
|
| kKeyFrameInterval, filename, kVerboseLogging, kBatchMode);
|
| - SetCodecSettings(&config_, &codec_settings_, codec_type_,
|
| - kNumTemporalLayers, kErrorConcealmentOn, kDenoisingOn,
|
| - kFrameDropperOn, kSpatialResizeOn, kResilienceOn, width,
|
| - height);
|
| + SetCodecSettings(&config_, codec_type_, kNumTemporalLayers,
|
| + kErrorConcealmentOn, kDenoisingOn, kFrameDropperOn,
|
| + kSpatialResizeOn, kResilienceOn, width, height);
|
|
|
| // Use default thresholds for quality (PSNR and SSIM).
|
| QualityThresholds quality_thresholds;
|
|
|