summaryrefslogtreecommitdiff
path: root/thirdparty/libwebp/src/mux/muxi.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-03-04 13:49:50 +0100
committerGitHub <noreply@github.com>2019-03-04 13:49:50 +0100
commitd2c57e8431a6dd3a279eec9abdd6acd4ba288ca8 (patch)
tree7c516cd7752f1c8a23e5752d489003239099c1bc /thirdparty/libwebp/src/mux/muxi.h
parent6e13002034152981efdceed864b4e48d70018a49 (diff)
parent93f6a065f8e0e083582890a245b7dcc3cd8c7ef6 (diff)
Merge pull request #26577 from akien-mga/webp-1.0.2
libwebp: Sync with upstream 1.0.2
Diffstat (limited to 'thirdparty/libwebp/src/mux/muxi.h')
-rw-r--r--thirdparty/libwebp/src/mux/muxi.h2
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;