| 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 9a0a744f44fd8061a2579cd8095d2d5f7d256504..4aeed569a40e6f7d6baa68d07e1c4cc49e77308c 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| +++ b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| @@ -28,7 +28,6 @@ const bool kDenoisingOn = false;
|
| const bool kErrorConcealmentOn = false;
|
| const bool kSpatialResizeOn = false;
|
| const bool kFrameDropperOn = false;
|
| -const int kKeyFrameInterval = -1;
|
|
|
| // Test settings.
|
| const bool kBatchMode = true;
|
| @@ -69,8 +68,8 @@ class PlotVideoProcessorIntegrationTest
|
| rate_profile.num_frames = kNumFrames;
|
|
|
| // Codec/network settings.
|
| - SetProcessParams(&config_, hw_codec_, kUseSingleCore, kPacketLoss,
|
| - kKeyFrameInterval, filename, kVerboseLogging, kBatchMode);
|
| + SetTestConfig(&config_, hw_codec_, kUseSingleCore, kPacketLoss, filename,
|
| + kVerboseLogging, kBatchMode);
|
| SetCodecSettings(&config_, codec_type_, kNumTemporalLayers,
|
| kErrorConcealmentOn, kDenoisingOn, kFrameDropperOn,
|
| kSpatialResizeOn, kResilienceOn, width, height);
|
|
|