'nlst' - compositing layer association display fix
This commit is contained in:
parent
4a1bba217e
commit
dec37eec49
1 changed files with 1 additions and 1 deletions
|
|
@ -2502,7 +2502,7 @@ class NumberListBox(Jp2kBox):
|
|||
elif (association >> 24) == 2:
|
||||
idx = association & 0x00FFFFFF
|
||||
msg += 'Compositing Layer {0}'
|
||||
msg = msg.format(j, idx)
|
||||
msg = msg.format(idx)
|
||||
else:
|
||||
msg += 'unrecognized'
|
||||
return msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue