Chromium Code Reviews| Index: source/libvpx/test/vp9_thread_test.cc |
| =================================================================== |
| --- source/libvpx/test/vp9_thread_test.cc (revision 291857) |
| +++ source/libvpx/test/vp9_thread_test.cc (working copy) |
| @@ -163,7 +163,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(); |
| cfg.threads = num_threads; |
| libvpx_test::VP9Decoder decoder(cfg, 0); |