Merge "bump decode abi" into 0.3.0

This commit is contained in:
pascal massimino 2013-03-19 16:52:06 -07:00 committed by Gerrit Code Review
commit d6cd4e9056

View File

@ -18,7 +18,7 @@
extern "C" {
#endif
#define WEBP_DECODER_ABI_VERSION 0x0200 // MAJOR(8b) + MINOR(8b)
#define WEBP_DECODER_ABI_VERSION 0x0201 // MAJOR(8b) + MINOR(8b)
typedef struct WebPRGBABuffer WebPRGBABuffer;
typedef struct WebPYUVABuffer WebPYUVABuffer;