X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibvpx%2Fsource%2Flibvpx%2Ftest%2Fvp9_decrypt_test.cc;h=d9886120701672ed722207d8e26e8a3f1cc3dc85;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=88a3c14f592772d3a09ef8a190c69ab6b94b38a3;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libvpx/source/libvpx/test/vp9_decrypt_test.cc b/src/third_party/libvpx/source/libvpx/test/vp9_decrypt_test.cc index 88a3c14..d988612 100644 --- a/src/third_party/libvpx/source/libvpx/test/vp9_decrypt_test.cc +++ b/src/third_party/libvpx/source/libvpx/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();