mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
Merge changes If1331d3c,I86fe3847
* changes: types.h: centralize use of stddef.h vp8io: use size_t for buffer size
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define WEBP_DECODER_ABI_VERSION 0x0002
|
||||
#define WEBP_DECODER_ABI_VERSION 0x0003
|
||||
|
||||
// Return the decoder's version number, packed in hexadecimal using 8bits for
|
||||
// each of major/minor/revision. E.g: v2.5.7 is 0x020507.
|
||||
|
Reference in New Issue
Block a user