mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
webp/encode.h: restore WEBP_ENCODER_ABI_VERSION to v1.1.0
this was missed in:f9b30586
fix ABI breakage introduced by6a0ff358
Bug: webp:484 Change-Id: I64c9e5d1113209727f1ede467316549b4f2ad116
This commit is contained in:
parent
826aafa570
commit
7363dff25c
@ -20,7 +20,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WEBP_ENCODER_ABI_VERSION 0x0210 // MAJOR(8b) + MINOR(8b)
|
#define WEBP_ENCODER_ABI_VERSION 0x020f // MAJOR(8b) + MINOR(8b)
|
||||||
|
|
||||||
// Note: forward declaring enumerations is not allowed in (strict) C and C++,
|
// Note: forward declaring enumerations is not allowed in (strict) C and C++,
|
||||||
// the types are left here for reference.
|
// the types are left here for reference.
|
||||||
|
Loading…
Reference in New Issue
Block a user