diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-24 09:51:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 09:51:49 +0200 |
commit | 711e372aadbc9f7eff7562a881deed0d4ca51d80 (patch) | |
tree | ec337fdeb4c23049fa35dd4fb595b6788b1eb674 /thirdparty/libwebp/src/dec/vp8i_dec.h | |
parent | c3a8ec3cbb43cc311d88a1b11aedc4db2785499b (diff) | |
parent | e5e34f21fc36c8a162bb46e845bb3465cd434150 (diff) |
Merge pull request #64787 from akien-mga/libwebp-1.2.4
libwebp: Sync with upstream 1.2.4
Diffstat (limited to 'thirdparty/libwebp/src/dec/vp8i_dec.h')
-rw-r--r-- | thirdparty/libwebp/src/dec/vp8i_dec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/dec/vp8i_dec.h b/thirdparty/libwebp/src/dec/vp8i_dec.h index 9af22f8cc6..30c1bd3ef9 100644 --- a/thirdparty/libwebp/src/dec/vp8i_dec.h +++ b/thirdparty/libwebp/src/dec/vp8i_dec.h @@ -32,7 +32,7 @@ extern "C" { // version numbers #define DEC_MAJ_VERSION 1 #define DEC_MIN_VERSION 2 -#define DEC_REV_VERSION 2 +#define DEC_REV_VERSION 4 // YUV-cache parameters. Cache is 32-bytes wide (= one cacheline). // Constraints are: We need to store one 16x16 block of luma samples (y), |