From c4b95acf2d1da93730c7624033a17f19e239d111 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Wed, 9 Feb 2022 09:26:23 +0100 Subject: Update bundled libwebp to version 1.2.2 [ChangeLog][Third-Party Code] Update bundled libwebp to version 1.2.2 Change-Id: I9ddb18c0a8c247799d9e26ea32131c26295d0f4b Reviewed-by: Allan Sandfeld Jensen (cherry picked from commit 0c8d5dc098093af211fc1a1d25a8408ed990fd2a) Reviewed-by: Qt Cherry-pick Bot --- src/3rdparty/libwebp/src/dec/vp8i_dec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty/libwebp/src/dec/vp8i_dec.h') diff --git a/src/3rdparty/libwebp/src/dec/vp8i_dec.h b/src/3rdparty/libwebp/src/dec/vp8i_dec.h index 20526a8..9af22f8 100644 --- a/src/3rdparty/libwebp/src/dec/vp8i_dec.h +++ b/src/3rdparty/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 1 +#define DEC_REV_VERSION 2 // YUV-cache parameters. Cache is 32-bytes wide (= one cacheline). // Constraints are: We need to store one 16x16 block of luma samples (y), -- cgit v1.2.3