Index: source/libvpx/test/vp9_decrypt_test.cc |
=================================================================== |
--- source/libvpx/test/vp9_decrypt_test.cc (revision 291857) |
+++ source/libvpx/test/vp9_decrypt_test.cc (working copy) |
@@ -47,7 +47,7 @@ |
libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf"); |
video.Init(); |
- vpx_codec_dec_cfg_t dec_cfg = {0}; |
+ vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); |
VP9Decoder decoder(dec_cfg, 0); |
video.Begin(); |