summaryrefslogtreecommitdiff
path: root/thirdparty/libwebp/src/mux
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2019-10-27 21:29:43 +0900
committervolzhs <volzhs@gmail.com>2019-10-27 21:29:43 +0900
commit074d421dca94ec4ddadfbfa62268bda219bab46c (patch)
treeacec76662c787a9275c04d437fd463734ae5d4dd /thirdparty/libwebp/src/mux
parent9e572b5bacdaeb5079415d276bbf5b8462cac9e3 (diff)
Update libwebp to 1.0.3
Diffstat (limited to 'thirdparty/libwebp/src/mux')
-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 3e9d8c48d8..7bc0b07e9b 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 2
+#define MUX_REV_VERSION 3
// Chunk object.
typedef struct WebPChunk WebPChunk;