Merge "tests: use vpx_codec_dec_cfg_t() to initialize vars"

This commit is contained in:
James Zern
2014-08-22 17:05:03 -07:00
committed by Gerrit Code Review
11 changed files with 11 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ class InvalidFileTest
void RunTest() {
const DecodeParam input = GET_PARAM(1);
libvpx_test::CompressedVideoSource *video = NULL;
vpx_codec_dec_cfg_t cfg = {0};
vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t();
cfg.threads = input.threads;
const std::string filename = input.filename;