This commit is contained in:
Eric Soroos 2021-01-11 20:57:08 +01:00
parent c9ea87ecfd
commit b1d3f0d5c2

View File

@ -516,7 +516,7 @@ ImagingLibTiffDecode(
// if number of bands is 1, there is no difference with contig case
if (planarconfig == PLANARCONFIG_SEPARATE &&
im->bands > 1 &&
isYCbCr) {
!isYCbCr) {
uint16 bits_per_sample = 8;