ref: 1e6af9e2b664db5202766986c30430468e5d58db
parent: b8c2a4eb0c47b633096f5c428b70607e7bf8d570
author: Sasi Inguva <[email protected]>
date: Mon Jan 4 06:56:56 EST 2016
Update IMAGE_ABI_VERSION which wasn't updated after color_range enum was introduced. Change-Id: I83703851f65f93573ebf7d2c0d0f056ba879c07a
--- a/vpx/vpx_image.h
+++ b/vpx/vpx_image.h
@@ -28,7 +28,7 @@
* types, removing or reassigning enums, adding/removing/rearranging
* fields to structures
*/
-#define VPX_IMAGE_ABI_VERSION (3) /**<\hideinitializer*/
+#define VPX_IMAGE_ABI_VERSION (4) /**<\hideinitializer*/
#define VPX_IMG_FMT_PLANAR 0x100 /**< Image is a planar format. */