diff options
author | volzhs <volzhs@gmail.com> | 2020-01-17 03:49:31 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2020-01-17 03:49:31 +0900 |
commit | 65f2ab1b61d0949bae7f06553b081e1aae276148 (patch) | |
tree | e9b85cdc26a2a140ac6675d90dced255eb72c3c6 /thirdparty/libwebp/src/demux | |
parent | 6b64c60b0eade65ca1147a0af39baefec732d652 (diff) |
Update libwebp to 1.1.0
Diffstat (limited to 'thirdparty/libwebp/src/demux')
-rw-r--r-- | thirdparty/libwebp/src/demux/demux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/libwebp/src/demux/demux.c b/thirdparty/libwebp/src/demux/demux.c index ab6433e54b..1b3cc2e0a8 100644 --- a/thirdparty/libwebp/src/demux/demux.c +++ b/thirdparty/libwebp/src/demux/demux.c @@ -24,8 +24,8 @@ #include "src/webp/format_constants.h" #define DMUX_MAJ_VERSION 1 -#define DMUX_MIN_VERSION 0 -#define DMUX_REV_VERSION 3 +#define DMUX_MIN_VERSION 1 +#define DMUX_REV_VERSION 0 typedef struct { size_t start_; // start location of the data |