From d8e8517d1174e8593338329a0535da178444817a Mon Sep 17 00:00:00 2001 From: DeeJayLSP Date: Wed, 25 Jan 2023 10:24:01 -0300 Subject: libwebp: Sync with upstream 1.3.0 --- thirdparty/libwebp/src/webp/format_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty/libwebp/src/webp/format_constants.h') diff --git a/thirdparty/libwebp/src/webp/format_constants.h b/thirdparty/libwebp/src/webp/format_constants.h index eca6981a47..999035c5d2 100644 --- a/thirdparty/libwebp/src/webp/format_constants.h +++ b/thirdparty/libwebp/src/webp/format_constants.h @@ -55,7 +55,7 @@ typedef enum { PREDICTOR_TRANSFORM = 0, CROSS_COLOR_TRANSFORM = 1, - SUBTRACT_GREEN = 2, + SUBTRACT_GREEN_TRANSFORM = 2, COLOR_INDEXING_TRANSFORM = 3 } VP8LImageTransformType; -- cgit v1.2.3