| Index: source/libvpx/test/svc_test.cc
|
| diff --git a/source/libvpx/test/svc_test.cc b/source/libvpx/test/svc_test.cc
|
| index 0af3005e5505d5ee18789841cb219317ff489bfb..b955cee659e59abe1e41aa63efb709be99e9df93 100644
|
| --- a/source/libvpx/test/svc_test.cc
|
| +++ b/source/libvpx/test/svc_test.cc
|
| @@ -453,6 +453,7 @@ TEST_F(SvcTest, OnePassEncodeOneFrame) {
|
|
|
| TEST_F(SvcTest, OnePassEncodeThreeFrames) {
|
| codec_enc_.g_pass = VPX_RC_ONE_PASS;
|
| + codec_enc_.g_lag_in_frames = 0;
|
| vpx_fixed_buf outputs[3];
|
| memset(&outputs[0], 0, sizeof(outputs));
|
| Pass2EncodeNFrames(NULL, 3, 2, &outputs[0]);
|
|
|