diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-07 18:12:21 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-07 18:12:39 +0200 |
commit | 2529ad6a6427a27f47c1ef8ce2aac608f6c20ed8 (patch) | |
tree | 979839c7347bbcedb9944c0060612399b5dfa25f /thirdparty/libwebp/src/demux/demux.c | |
parent | f2acfb1ffc94d0e381064070108e7a773d86177d (diff) | |
download | redot-engine-2529ad6a6427a27f47c1ef8ce2aac608f6c20ed8.tar.gz |
libwebp: Sync with upstream 1.3.1
https://chromium.googlesource.com/webm/libwebp/+/1.3.1/NEWS
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 324e5eb993..fd45a2500e 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 3 -#define DMUX_REV_VERSION 0 +#define DMUX_REV_VERSION 1 typedef struct { size_t start_; // start location of the data |