From 6505adf271ff9ad79d024f63ebbdc2819e6ef259 Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Tue, 11 Oct 2011 12:57:17 -0700 Subject: [PATCH] Bump ABI version number for temporal scalability Commit 217591f modified the encoder ABI without incrementing the version number. Change-Id: I74de01597dadcdcd96f6b817e4ec69d9ab535e4c --- 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 08219e9..87ab20c 100644 --- a/vpx/vpx_encoder.h +++ b/vpx/vpx_encoder.h @@ -43,7 +43,7 @@ extern "C" { * types, removing or reassigning enums, adding/removing/rearranging * fields to structures */ -#define VPX_ENCODER_ABI_VERSION (2 + VPX_CODEC_ABI_VERSION) /**<\hideinitializer*/ +#define VPX_ENCODER_ABI_VERSION (3 + VPX_CODEC_ABI_VERSION) /**<\hideinitializer*/ /*! \brief Encoder capabilities bitfield -- 2.7.4