fix vpx test

This commit is contained in:
alexey.lysiuk 2021-05-16 10:00:28 +03:00
parent 6c9fd31ba4
commit f4b2fd3cea

View file

@ -3,7 +3,7 @@
int main()
{
vpx_codec_ctx_t1 codec;
vpx_codec_ctx_t codec;
if (vpx_codec_dec_init(&codec, &vpx_codec_vp8_dx_algo, nullptr, 0) != VPX_CODEC_OK)
{