shithub: libvpx

Download patch

ref: dfb26082ea5435efe968f2c6a0323d1a9cf538e2
parent: 4893d28186ce7ba50847b7c538dedb2e3ce45c9c
parent: 1e6af9e2b664db5202766986c30430468e5d58db
author: James Zern <jzern@google.com>
date: Thu Jan 7 21:32:38 EST 2016

Merge "Update IMAGE_ABI_VERSION which wasn't updated after color_range enum was introduced."

--- 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. */