| Index: source/libvpx/test/resize_test.cc
 | 
| diff --git a/source/libvpx/test/resize_test.cc b/source/libvpx/test/resize_test.cc
 | 
| index ef84156a383c4e982ec8f8ecc162791441570382..f1134aaf6861c9370c3f8a811d60e00eca0a3688 100644
 | 
| --- a/source/libvpx/test/resize_test.cc
 | 
| +++ b/source/libvpx/test/resize_test.cc
 | 
| @@ -360,6 +360,7 @@ class ResizingCspVideoSource : public ::libvpx_test::DummyVideoSource {
 | 
|  
 | 
|  TEST_P(ResizeCspTest, TestResizeCspWorks) {
 | 
|    ResizingCspVideoSource video;
 | 
| +  init_flags_ = VPX_CODEC_USE_PSNR;
 | 
|    cfg_.rc_min_quantizer = cfg_.rc_max_quantizer = 48;
 | 
|    cfg_.g_lag_in_frames = 0;
 | 
|    ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
 | 
| 
 |