From: James Zern Date: Thu, 19 Mar 2015 03:08:30 +0000 (-0700) Subject: vpx/vpx_codec.h: bump ABI version X-Git-Tag: v1.4.0~9^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4aa19a81d5917bee6be948f54f000bc48dae0a8;p=platform%2Fupstream%2Flibvpx.git vpx/vpx_codec.h: bump ABI version missed in updates for high bitdepth, xma removal, others Change-Id: I42fa121b3bb080e8275f555b923cd9cb418db8a1 --- diff --git a/vpx/vpx_codec.h b/vpx/vpx_codec.h index b25308e..b94e173 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 {