Chromium Code Reviews| Index: source/libvpx/test/user_priv_test.cc |
| =================================================================== |
| --- source/libvpx/test/user_priv_test.cc (revision 291857) |
| +++ source/libvpx/test/user_priv_test.cc (working copy) |
| @@ -47,7 +47,7 @@ |
| libvpx_test::WebMVideoSource video(filename); |
| video.Init(); |
| - vpx_codec_dec_cfg_t cfg = {0}; |
| + vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); |
| libvpx_test::VP9Decoder decoder(cfg, 0); |
| libvpx_test::MD5 md5; |