correct TIFFTAG_PLANARCONFIG size

This commit is contained in:
nulano 2021-01-09 22:00:22 +01:00 committed by Eric Soroos
parent 77a1a9aba3
commit a921c01102

View File

@ -408,7 +408,7 @@ ImagingLibTiffDecode(
TIFF *tiff; TIFF *tiff;
uint16 photometric = 0; // init to not PHOTOMETRIC_YCBCR uint16 photometric = 0; // init to not PHOTOMETRIC_YCBCR
int isYCbCr = 0; int isYCbCr = 0;
UINT8 planarconfig = 0; uint16 planarconfig = 0;
UINT8 planes = 1; UINT8 planes = 1;
ImagingShuffler unpackers[4]; ImagingShuffler unpackers[4];