Fixed the maximum number of resolutions a user can discard while decoding.

Added an error state in J2K_STATE (j2k.c)
This commit is contained in:
Francois-Olivier Devaux
2007-11-27 14:00:45 +00:00
parent efa5f7977c
commit 9e5d165e79
4 changed files with 26 additions and 7 deletions

View File

@@ -9,6 +9,8 @@ November 14, 2007
+ [FOD] Created the file index.c in the codec directory. This file handles the creation of index files,
at encoding and decoding.
* [FOD] Fixed bugs during the creation of the index (PCRL progression order)
* [FOD] Fixed the maximum number of resolutions a user can discard while decoding.
Added an error state in J2K_STATE (j2k.c)
November 14, 2007
! [FOD] - First Patch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now just uses opj_realloc in j2k.c