summaryrefslogtreecommitdiff
path: root/thirdparty/libwebp/src/mux/muxi.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-16 21:21:15 +0100
committerGitHub <noreply@github.com>2020-01-16 21:21:15 +0100
commit5d9b0cc31df5b84a90fcf2bd322344c13c065014 (patch)
treee9b85cdc26a2a140ac6675d90dced255eb72c3c6 /thirdparty/libwebp/src/mux/muxi.h
parent6b64c60b0eade65ca1147a0af39baefec732d652 (diff)
parent65f2ab1b61d0949bae7f06553b081e1aae276148 (diff)
Merge pull request #35214 from volzhs/libwebp-1.1.0
Update libwebp to 1.1.0
Diffstat (limited to 'thirdparty/libwebp/src/mux/muxi.h')
-rw-r--r--thirdparty/libwebp/src/mux/muxi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/libwebp/src/mux/muxi.h b/thirdparty/libwebp/src/mux/muxi.h
index 7bc0b07e9b..ad3e1bdb97 100644
--- a/thirdparty/libwebp/src/mux/muxi.h
+++ b/thirdparty/libwebp/src/mux/muxi.h
@@ -28,8 +28,8 @@ extern "C" {
// Defines and constants.
#define MUX_MAJ_VERSION 1
-#define MUX_MIN_VERSION 0
-#define MUX_REV_VERSION 3
+#define MUX_MIN_VERSION 1
+#define MUX_REV_VERSION 0
// Chunk object.
typedef struct WebPChunk WebPChunk;