use mode structs in Jpeg2KDecode.c
This commit is contained in:
parent
27497700ee
commit
33272580d0
@ -771,7 +771,7 @@ j2k_decode_entry(Imaging im, ImagingCodecState state) {
|
||||
if (color_space == j2k_unpackers[n].color_space &&
|
||||
image->numcomps == j2k_unpackers[n].components &&
|
||||
(j2k_unpackers[n].subsampling || (subsampling == -1)) &&
|
||||
strcmp(im->mode, j2k_unpackers[n].mode) == 0) {
|
||||
strcmp(im->mode->name, j2k_unpackers[n].mode) == 0) {
|
||||
unpack = j2k_unpackers[n].unpacker;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user