Remove unused |keyframe_interval| from codec tests.
Bug: webrtc:10349 Change-Id: Iada8c8a1824f6e5424f503bb67b00382069b1dbd Reviewed-on: https://webrtc-review.googlesource.com/c/124486 Reviewed-by: Mirta Dvornicic <mirtad@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26866}
This commit is contained in:
committed by
Commit Bot
parent
f54e30b596
commit
7b3f4a2035
@ -291,8 +291,8 @@ TEST(VideoCodecTestLibvpx, MAYBE_ChangeFramerateVP8) {
|
||||
{10, 2, 10, 1, 0.3, 0.2, 0, 0}};
|
||||
#else
|
||||
std::vector<RateControlThresholds> rc_thresholds = {
|
||||
{10, 2, 20, 1, 0.3, 0.1, 0, 1},
|
||||
{5, 2, 5, 1, 0.3, 0.1, 0, 0},
|
||||
{10, 2, 20, 1, 0.3, 0.15, 0, 1},
|
||||
{5, 2, 5, 1, 0.3, 0.15, 0, 0},
|
||||
{4, 2, 1, 1, 0.3, 0.2, 0, 0}};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user