Fixed rlevel assignment issue causing segfault in 1.5.
Segfault introduced in 0e370f5882
This commit is contained in:
parent
0e370f5882
commit
7ebe4ff59e
1 changed files with 0 additions and 1 deletions
|
|
@ -837,7 +837,6 @@ class Jp2k(Jp2kBox):
|
|||
|
||||
with ExitStack() as stack:
|
||||
try:
|
||||
dparameters.cp_reduce = rlevel
|
||||
dparameters.decod_format = self._codec_format
|
||||
|
||||
dinfo = opj.create_decompress(dparameters.decod_format)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue