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 906149556802bc265151d1bfde52468ee3c28c77..d4152e0c7491108dd26ccee08699116d7f9a0356 100644 |
--- a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc |
@@ -48,8 +48,8 @@ class PlotVideoProcessorIntegrationTest |
0, // update_index |
bitrate_, framerate_, |
0); // frame_index_rate_update |
- rate_profile.frame_index_rate_update[1] = kNbrFramesLong + 1; |
- rate_profile.num_frames = kNbrFramesLong; |
+ rate_profile.frame_index_rate_update[1] = kNumFramesLong + 1; |
+ rate_profile.num_frames = kNumFramesLong; |
// Codec/network settings. |
CodecConfigPars process_settings; |
SetCodecParameters(&process_settings, codec_type_, kPacketLoss, |