diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2024-08-17 15:59:56 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2024-08-17 15:59:56 +0200 |
| commit | c58bc128b4f770e7c89bc8ba3d0273b9a3904aad (patch) | |
| tree | 031472409d34802402347d8c68e134e1d1a60568 /tests | |
| parent | d5544b3fae0056f57467a9f1ef8e8f05766f0d0c (diff) | |
fix: when EPH markers are specified, they are required.
reference from Rec. ITU-T T.800 (06/2019):
- Table A.13 – Coding style parameter values for the Scod parameter
- Section A.8.1 Start of packet (SOP)
- Section A.8.2 End of packet header (EPH)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index d120cda8..f542d75b 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -669,3 +669,6 @@ opj_decompress -t 1 -i @INPUT_NR_PATH@/small_world_non_consecutive_tilepart_tlm. # decompress a subset of tiles, where tile-parts are not consecutive, and with a TLM index opj_decompress -i @INPUT_NR_PATH@/small_world_non_consecutive_tilepart_tlm.jp2 -o @TEMP_PATH@/small_world_non_consecutive_tilepart_tlm-t0-d.png -d 0,0,256,200 opj_decompress -i @INPUT_NR_PATH@/small_world_non_consecutive_tilepart_tlm.jp2 -o @TEMP_PATH@/small_world_non_consecutive_tilepart_tlm-t1-d.png -d 256,0,400,200 + +# missing EPH Marker +!opj_decompress -i @INPUT_NR_PATH@/issue1472-bigloop.j2k -o @TEMP_PATH@/issue1472-bigloop.raw |
