diff --git a/test/vp9_frame_parallel_test.cc b/test/vp9_frame_parallel_test.cc index 0e07930e0..670cd4d72 100644 --- a/test/vp9_frame_parallel_test.cc +++ b/test/vp9_frame_parallel_test.cc @@ -22,7 +22,6 @@ #include "test/webm_video_source.h" #endif #include "vpx_mem/vpx_mem.h" -#include "vp9/common/vp9_common.h" namespace { @@ -47,8 +46,7 @@ string DecodeFileWithPause(const string &filename, int num_threads, int in_frames = 0; int out_frames = 0; - vpx_codec_dec_cfg_t cfg; - vp9_zero(cfg); + vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); cfg.threads = num_threads; vpx_codec_flags_t flags = 0; flags |= VPX_CODEC_USE_FRAME_THREADING;