diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-16 21:21:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 21:21:15 +0100 |
commit | 5d9b0cc31df5b84a90fcf2bd322344c13c065014 (patch) | |
tree | e9b85cdc26a2a140ac6675d90dced255eb72c3c6 /thirdparty/libwebp/src/dec/vp8i_dec.h | |
parent | 6b64c60b0eade65ca1147a0af39baefec732d652 (diff) | |
parent | 65f2ab1b61d0949bae7f06553b081e1aae276148 (diff) |
Merge pull request #35214 from volzhs/libwebp-1.1.0
Update libwebp to 1.1.0
Diffstat (limited to 'thirdparty/libwebp/src/dec/vp8i_dec.h')
-rw-r--r-- | thirdparty/libwebp/src/dec/vp8i_dec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/libwebp/src/dec/vp8i_dec.h b/thirdparty/libwebp/src/dec/vp8i_dec.h index 3de8d86f90..600a684410 100644 --- a/thirdparty/libwebp/src/dec/vp8i_dec.h +++ b/thirdparty/libwebp/src/dec/vp8i_dec.h @@ -31,8 +31,8 @@ extern "C" { // version numbers #define DEC_MAJ_VERSION 1 -#define DEC_MIN_VERSION 0 -#define DEC_REV_VERSION 3 +#define DEC_MIN_VERSION 1 +#define DEC_REV_VERSION 0 // YUV-cache parameters. Cache is 32-bytes wide (= one cacheline). // Constraints are: We need to store one 16x16 block of luma samples (y), |