| Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| index 937f51268741b2f2a37e7a6b4a2eda52d060b4ee..2481252c7b275e16f2a53ad588c867ab615defde 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| @@ -431,10 +431,12 @@ class VideoProcessorIntegrationTest : public testing::Test {
|
| " Frame rate: %d \n",
|
| update_index, bit_rate_, encoding_bitrate_total_, frame_rate_);
|
| printf(
|
| + " Number of processed frames: %d, \n"
|
| " Number of frames to approach target rate: %d, \n"
|
| " Number of dropped frames: %d, \n"
|
| " Number of spatial resizes: %d, \n",
|
| - num_frames_to_hit_target_, num_dropped_frames, num_resize_actions);
|
| + num_frames_total_, num_frames_to_hit_target_, num_dropped_frames,
|
| + num_resize_actions);
|
| EXPECT_LE(perc_encoding_rate_mismatch_,
|
| rc_expected.max_encoding_rate_mismatch);
|
| if (num_key_frames_ > 0) {
|
|
|