From f4b2fd3cea398e69bbe9a9c1f7aa4f6481eaae73 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 16 May 2021 10:00:28 +0300 Subject: [PATCH] fix vpx test --- test/vpx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vpx.cpp b/test/vpx.cpp index ddf3ab51..e9189a1d 100644 --- a/test/vpx.cpp +++ b/test/vpx.cpp @@ -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) {