diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-03-04 13:02:20 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-03-04 13:13:33 +0100 |
commit | 93f6a065f8e0e083582890a245b7dcc3cd8c7ef6 (patch) | |
tree | 9682b2cf1b763dc9f62ab6d4fdbf75a007afe22e /thirdparty/libwebp/src/mux | |
parent | 2bc981948d254f45a0268cfc26eb0010f00b984c (diff) |
libwebp: Sync with upstream 1.0.2
Diffstat (limited to 'thirdparty/libwebp/src/mux')
-rw-r--r-- | thirdparty/libwebp/src/mux/muxi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/mux/muxi.h b/thirdparty/libwebp/src/mux/muxi.h index df9f74c63c..3e9d8c48d8 100644 --- a/thirdparty/libwebp/src/mux/muxi.h +++ b/thirdparty/libwebp/src/mux/muxi.h @@ -29,7 +29,7 @@ extern "C" { #define MUX_MAJ_VERSION 1 #define MUX_MIN_VERSION 0 -#define MUX_REV_VERSION 1 +#define MUX_REV_VERSION 2 // Chunk object. typedef struct WebPChunk WebPChunk; |