| Index: source/libvpx/vpx/vpx_codec.h
|
| diff --git a/source/libvpx/vpx/vpx_codec.h b/source/libvpx/vpx/vpx_codec.h
|
| index b25308ed9a6cb6c39eca97ad8ae4ad14a5e29785..b94e17370a28b10c831e0dee44715c4fcca34f87 100644
|
| --- a/source/libvpx/vpx/vpx_codec.h
|
| +++ b/source/libvpx/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 {
|
|
|