From e4aa19a81d5917bee6be948f54f000bc48dae0a8 Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 18 Mar 2015 20:08:30 -0700 Subject: [PATCH] vpx/vpx_codec.h: bump ABI version missed in updates for high bitdepth, xma removal, others Change-Id: I42fa121b3bb080e8275f555b923cd9cb418db8a1 --- vpx/vpx_codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpx/vpx_codec.h b/vpx/vpx_codec.h index b25308ed9..b94e17370 100644 --- a/vpx/vpx_codec.h +++ b/vpx/vpx_codec.h @@ -83,7 +83,7 @@ extern "C" { * types, removing or reassigning enums, adding/removing/rearranging * fields to structures */ -#define VPX_CODEC_ABI_VERSION (2 + VPX_IMAGE_ABI_VERSION) /**<\hideinitializer*/ +#define VPX_CODEC_ABI_VERSION (3 + VPX_IMAGE_ABI_VERSION) /**<\hideinitializer*/ /*!\brief Algorithm return codes */ typedef enum {