Remove invalid assert in compare_images
This commit is contained in:
parent
4cde646cd7
commit
d7d9f84707
|
@ -279,8 +279,6 @@ static opj_image_t* readImageFromFileTIF(const char* filename, int nbFilenamePGX
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* \postconditions */
|
|
||||||
assert( image_read->numcomps == 1 || image_read->numcomps == 3 );
|
|
||||||
return image_read;
|
return image_read;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue