From 1db1efeb204549fe3f5d982ea9807da729b4f27c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 2 Jul 2018 20:07:45 +0200 Subject: [PATCH] Fix TIFFTAG_ZSTD_LEVEL pseudo tag value to be > 65536, and the next one in the series --- libtiff/tiff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtiff/tiff.h b/libtiff/tiff.h index 9270c903..e924513c 100644 --- a/libtiff/tiff.h +++ b/libtiff/tiff.h @@ -602,7 +602,7 @@ typedef enum { #define TIFFTAG_PERSAMPLE 65563 /* interface for per sample tags */ #define PERSAMPLE_MERGED 0 /* present as a single value */ #define PERSAMPLE_MULTI 1 /* present as multiple values */ -#define TIFFTAG_ZSTD_LEVEL 65534 /* ZSTD compression level */ +#define TIFFTAG_ZSTD_LEVEL 65564 /* ZSTD compression level */ /* * EXIF tags