summaryrefslogtreecommitdiff
path: root/test/vp9_decrypt_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vp9_decrypt_test.cc')
-rw-r--r--test/vp9_decrypt_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vp9_decrypt_test.cc b/test/vp9_decrypt_test.cc
index 88a3c14f5..d98861207 100644
--- a/test/vp9_decrypt_test.cc
+++ b/test/vp9_decrypt_test.cc
@@ -47,7 +47,7 @@ TEST(TestDecrypt, DecryptWorksVp9) {
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();