Fixed issues with cstr_info when codestream has components with different number of resolutions.

This commit is contained in:
Francois-Olivier Devaux
2007-09-17 14:00:43 +00:00
parent abfba20b99
commit 569bbb0077
7 changed files with 113 additions and 59 deletions

View File

@@ -690,8 +690,8 @@ typedef struct opj_codestream_info {
int numcomps;
/** number of layer */
int numlayers;
/** number of decomposition of first component */
int numdecompos;
/** number of decomposition for each component */
int *numdecompos;
/* UniPG>> */
/** number of markers */
int marknum;