Correct expected result for test of issue 495
This commit is contained in:
parent
1a8318f6c2
commit
6609719b40
|
@ -50,6 +50,7 @@ set(BLACKLIST_JPEG2000_TMP
|
||||||
issue429.jp2
|
issue429.jp2
|
||||||
issue427-null-image-size.jp2
|
issue427-null-image-size.jp2
|
||||||
issue427-illegal-tile-offset.jp2
|
issue427-illegal-tile-offset.jp2
|
||||||
|
issue495.jp2
|
||||||
)
|
)
|
||||||
|
|
||||||
# Define a list of file which should be gracefully rejected:
|
# Define a list of file which should be gracefully rejected:
|
||||||
|
|
|
@ -338,7 +338,7 @@ opj_decompress -i @INPUT_NR_PATH@/issue458.jp2 -o @TEMP_PATH@/issue458.jp2.pgx
|
||||||
# issue 475 Invalid number of layers
|
# issue 475 Invalid number of layers
|
||||||
!opj_decompress -i @INPUT_NR_PATH@/issue475.jp2 -o @TEMP_PATH@/issue475.jp2.pgx
|
!opj_decompress -i @INPUT_NR_PATH@/issue475.jp2 -o @TEMP_PATH@/issue475.jp2.pgx
|
||||||
# issue 495 Overflow op_image_comp_header_updat
|
# issue 495 Overflow op_image_comp_header_updat
|
||||||
opj_decompress -i @INPUT_NR_PATH@/issue495.jp2 -o @TEMP_PATH@/issue495.jp2.pgx
|
!opj_decompress -i @INPUT_NR_PATH@/issue495.jp2 -o @TEMP_PATH@/issue495.jp2.pgx
|
||||||
|
|
||||||
|
|
||||||
# decode with specific area
|
# decode with specific area
|
||||||
|
|
Loading…
Reference in New Issue