| 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 b856c9c11b1bcd997b5906a124b87af30b1c3d8f..3659a4040761cfe9d5b0287636855096ef287794 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| +++ b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc
|
| @@ -18,7 +18,6 @@ namespace {
|
| const int kBitrates[] = {30, 50, 100, 200, 300, 500, 1000};
|
| const int kFps[] = {30};
|
| const int kNumTemporalLayers = 1;
|
| -const int kKeyFrameInterval = -1;
|
| const bool kErrorConcealmentOn = false;
|
| const bool kDenoisingOn = false;
|
| const bool kFrameDropperOn = true;
|
| @@ -68,8 +67,8 @@ class PlotVideoProcessorIntegrationTest
|
| rate_profile.num_frames = kNumFrames;
|
|
|
| // Codec/network settings.
|
| - SetProcessParams(&config_, kHwCodec, kUseSingleCore, kPacketLoss,
|
| - kKeyFrameInterval, filename, kVerboseLogging, kBatchMode);
|
| + SetTestConfig(&config_, kHwCodec, kUseSingleCore, kPacketLoss, filename,
|
| + kVerboseLogging, kBatchMode);
|
| SetCodecSettings(&config_, codec_type_, kNumTemporalLayers,
|
| kErrorConcealmentOn, kDenoisingOn, kFrameDropperOn,
|
| kSpatialResizeOn, kResilienceOn, width, height);
|
|
|