diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-11-30 14:48:34 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-11-30 14:48:34 +0100 |
| commit | 98cfdd31340509895f3e2a36f667f66bb3cf1ff2 (patch) | |
| tree | a9ab99ac2e01eb06e37dfa7ad3942915425fe8a6 /tests/nonregression/test_suite.ctest.in | |
| parent | 936910cf7a4d85e341582746126d105a8a044f30 (diff) | |
opj_j2k_read_cod: remove check for 'No more than one COD marker per tile' (fixes #1043)
This check was added per https://github.com/uclouvain/openjpeg/commit/daed8cc9195555e101ab708a501af2dfe6d5e001
to fix https://github.com/uclouvain/openjpeg/issues/476 , but it does not seem
to be necessary with latest master (issue476.jp2 doesn't cause memory issues),
and breaks reading legit files.
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 31ae777b..9fe4bc0b 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -623,3 +623,5 @@ opj_decompress -i @INPUT_CONF_PATH@/file1.jp2 -o @TEMP_PATH@/file1.jp2-c0-t0-r1. !opj_decompress -i @INPUT_CONF_PATH@/file1.jp2 -o @TEMP_PATH@/file1.jp2-c0_0.tif -c 0,0 # try to map an invalid component !opj_decompress -i @INPUT_CONF_PATH@/file1.jp2 -o @TEMP_PATH@/file1.jp2-c10.tif -c 10 + +opj_decompress -i @INPUT_NR_PATH@/db11217111510058.jp2 -o @TEMP_PATH@/issue1043.png |
