Fix TIFFTAG_ZSTD_LEVEL pseudo tag value to be > 65536, and the next one in the series

This commit is contained in:
Even Rouault 2018-07-02 20:07:45 +02:00
parent 58a898cb44
commit 1db1efeb20
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -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