diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-03 15:16:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 15:16:57 +0100 |
commit | 6acbd5f77449dacbbe4989c99e63fbf67e6e29ea (patch) | |
tree | 10b17e69bda4a3e9080578c595f8e3e691788d1c /thirdparty/libwebp/src/demux/demux.c | |
parent | c4f38813b4e9d14f59fc43f66f24307962eb4fc1 (diff) | |
parent | 339dcd80aed70d025b98f943e2a57767701a84f1 (diff) | |
download | redot-engine-6acbd5f77449dacbbe4989c99e63fbf67e6e29ea.tar.gz |
Merge pull request #57102 from akien-mga/libwebp-1.2.2
Diffstat (limited to 'thirdparty/libwebp/src/demux/demux.c')
-rw-r--r-- | thirdparty/libwebp/src/demux/demux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/demux/demux.c b/thirdparty/libwebp/src/demux/demux.c index 547a7725de..f04a2b8450 100644 --- a/thirdparty/libwebp/src/demux/demux.c +++ b/thirdparty/libwebp/src/demux/demux.c @@ -25,7 +25,7 @@ #define DMUX_MAJ_VERSION 1 #define DMUX_MIN_VERSION 2 -#define DMUX_REV_VERSION 1 +#define DMUX_REV_VERSION 2 typedef struct { size_t start_; // start location of the data |