From 3550db1ad2ce7e75f2f6a4b9fbc58107fa873ae5 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 16 Oct 2020 15:23:56 +0200 Subject: [PATCH] tiff.h: remove irrelevant warning about webp related pseudo-tags not being registered: they are purely internal libtiff concepts --- libtiff/tiff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtiff/tiff.h b/libtiff/tiff.h index eaf392e3..2d4a4767 100644 --- a/libtiff/tiff.h +++ b/libtiff/tiff.h @@ -656,8 +656,8 @@ typedef enum { #define LERC_ADD_COMPRESSION_DEFLATE 1 #define LERC_ADD_COMPRESSION_ZSTD 2 #define TIFFTAG_LERC_MAXZERROR 65567 /* LERC maximum error */ -#define TIFFTAG_WEBP_LEVEL 65568 /* WebP compression level: WARNING not registered in Adobe-maintained registry */ -#define TIFFTAG_WEBP_LOSSLESS 65569 /* WebP lossless/lossy : WARNING not registered in Adobe-maintained registry */ +#define TIFFTAG_WEBP_LEVEL 65568 /* WebP compression level */ +#define TIFFTAG_WEBP_LOSSLESS 65569 /* WebP lossless/lossy */ #define TIFFTAG_DEFLATE_SUBCODEC 65570 /* ZIP codec: to get/set the sub-codec to use. Will default to libdeflate when available */ #define DEFLATE_SUBCODEC_ZLIB 0 #define DEFLATE_SUBCODEC_LIBDEFLATE 1