summaryrefslogtreecommitdiff
path: root/thirdparty/libwebp/src/mux/muxi.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-01-23 23:01:49 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-02-02 23:29:30 +0100
commit339dcd80aed70d025b98f943e2a57767701a84f1 (patch)
tree50188d20cb180f39198f90b97a146b35a1e697b9 /thirdparty/libwebp/src/mux/muxi.h
parentbf12719ccabcea9bf9b274f77511e02581678774 (diff)
libwebp: Sync with upstream 1.2.2
Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.2/NEWS
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 330da66754..d9bf9b3770 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 2
-#define MUX_REV_VERSION 1
+#define MUX_REV_VERSION 2
// Chunk object.
typedef struct WebPChunk WebPChunk;