From 1ca2e4e3b2e6b658f79568d2ec42772a1feb717c Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 18 Mar 2015 20:03:57 -0700 Subject: [PATCH] vpx/vpx_encoder.h: bump ABI version missed in updates for high bitdepth, others Change-Id: Id30076ce09beb361b5e1ff0ac99e3ae1ad4f987e --- vpx/vpx_encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpx/vpx_encoder.h b/vpx/vpx_encoder.h index 8977ec4..2522235 100644 --- a/vpx/vpx_encoder.h +++ b/vpx/vpx_encoder.h @@ -59,7 +59,7 @@ extern "C" { * types, removing or reassigning enums, adding/removing/rearranging * fields to structures */ -#define VPX_ENCODER_ABI_VERSION (3 + VPX_CODEC_ABI_VERSION) /**<\hideinitializer*/ +#define VPX_ENCODER_ABI_VERSION (4 + VPX_CODEC_ABI_VERSION) /**<\hideinitializer*/ /*! \brief Encoder capabilities bitfield -- 2.7.4