diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-19 20:05:39 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-19 20:05:39 +0000 |
| commit | 3bc360fc9d58b25493af4084394955e790fce26b (patch) | |
| tree | 84cd8df9b63e7976875429cc22b4b3abb29c600b /tests/conformance | |
| parent | ae1da37558796508abcaff73632fb2ab06decb9f (diff) | |
[trunk] added option to force output bit depth in opj_decompress (fixes issue 283)
Diffstat (limited to 'tests/conformance')
| -rw-r--r-- | tests/conformance/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conformance/CMakeLists.txt b/tests/conformance/CMakeLists.txt index 0b2ed0a0..2b6b7732 100644 --- a/tests/conformance/CMakeLists.txt +++ b/tests/conformance/CMakeLists.txt @@ -439,6 +439,7 @@ foreach(numFileJP2 RANGE 1 9) COMMAND opj_decompress -i ${INPUT_CONF}/${filenameInput} -o ${TEMP}/${filenameInput}.tif + -p 8S ) add_test(NAME ETS-JP2-${filenameInput}-compare2ref |
