diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-30 17:36:27 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-30 17:53:04 +0100 |
| commit | 1aa3c60859ab2a3edb7a68682f131c6b3a91da72 (patch) | |
| tree | 711195791bd6f275f85484ce4922c5aa4ff6ba1d /tests/nonregression/test_suite.ctest.in | |
| parent | a2b2980a4bcb4d3903375de31495f99dde0e98a8 (diff) | |
Decoding: deal with some SPOT6 images that have tiles with a single tile-part with TPsot == 0 and TNsot == 0, and with missing EOC
Diffstat (limited to 'tests/nonregression/test_suite.ctest.in')
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index 32f87d37..72155329 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -645,3 +645,5 @@ opj_decompress -i @INPUT_NR_PATH@/tnsot_zero.jp2 -o @TEMP_PATH@/tnsot_zero.png # try to decompress file with repeated PPT marker !opj_decompress -i @INPUT_NR_PATH@/oss-fuzz2785.jp2 -o @TEMP_PATH@/oss-fuzz2785.png + +opj_decompress -i @INPUT_NR_PATH@/tnsot_zero_missing_eoc.jp2 -o @TEMP_PATH@/tnsot_zero_missing_eoc.png |
