| Index: webrtc/video/full_stack.cc
|
| diff --git a/webrtc/video/full_stack.cc b/webrtc/video/full_stack.cc
|
| index 2810cd610e4d6c28f6a44a95dd7186253407ec90..76d4d8afdba66b241ee31edc97dc94c710310a65 100644
|
| --- a/webrtc/video/full_stack.cc
|
| +++ b/webrtc/video/full_stack.cc
|
| @@ -147,10 +147,13 @@ TEST_F(FullStackTest, ScreenshareSlidesVP8_2TL_Scroll) {
|
|
|
| TEST_F(FullStackTest, ScreenshareSlidesVP9_2TL) {
|
| VideoQualityTest::Params screenshare = {
|
| - {1850, 1110, 5, 50000, 200000, 2000000, "VP9", 2, 1, 400000},
|
| + {1850, 1110, 5, 50000, 200000, 2000000, "VP9", 1, 0, 400000},
|
| {},
|
| {true, 10},
|
| - {"screenshare_slides_vp9_2tl", 0.0, 0.0, kFullStackTestDurationSecs}};
|
| + {"screenshare_slides_vp9_2tl", 0.0, 0.0, kFullStackTestDurationSecs},
|
| + {},
|
| + {},
|
| + {std::vector<VideoStream>(), {}, 2, 1}};
|
| RunTest(screenshare);
|
| }
|
| } // namespace webrtc
|
|
|