| Index: webrtc/video/video_quality_test.cc
|
| diff --git a/webrtc/video/video_quality_test.cc b/webrtc/video/video_quality_test.cc
|
| index 9693a1ddc195b44cf2a749df5446626225b8a44d..a2d1987399928bb70cd901ecf755379ecf488397 100644
|
| --- a/webrtc/video/video_quality_test.cc
|
| +++ b/webrtc/video/video_quality_test.cc
|
| @@ -877,7 +877,7 @@ void VideoQualityTest::CheckParams() {
|
| RTC_CHECK_GE(stream.min_bitrate_bps, 0);
|
| RTC_CHECK_GE(stream.target_bitrate_bps, stream.min_bitrate_bps);
|
| RTC_CHECK_GE(stream.max_bitrate_bps, stream.target_bitrate_bps);
|
| - RTC_CHECK_EQ(static_cast<int>(stream.temporal_layer_thresholds_bps.size()),
|
| + RTC_CHECK_EQ(stream.temporal_layer_thresholds_bps.size(),
|
| params_.video.num_temporal_layers - 1);
|
| }
|
| // TODO(ivica): Should we check if the sum of all streams/layers is equal to
|
|
|