summaryrefslogtreecommitdiff
path: root/thirdparty/libwebp/src/mux
diff options
context:
space:
mode:
authorDeeJayLSP <djlsplays@gmail.com>2023-01-25 10:24:01 -0300
committerDeeJayLSP <djlsplays@gmail.com>2023-01-25 10:38:03 -0300
commitd8e8517d1174e8593338329a0535da178444817a (patch)
tree40cc35c11f5ae4813e8f9f8340f7771800704d03 /thirdparty/libwebp/src/mux
parent6369196b9698c92854bb4dba458ad0b099965d8f (diff)
libwebp: Sync with upstream 1.3.0
Diffstat (limited to 'thirdparty/libwebp/src/mux')
-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 0f4af1784d..7929138c44 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 2
-#define MUX_REV_VERSION 4
+#define MUX_MIN_VERSION 3
+#define MUX_REV_VERSION 0
// Chunk object.
typedef struct WebPChunk WebPChunk;