[trunk] merge rev 1333 from 1.5 to trunk

This commit is contained in:
Mathieu Malaterre
2012-03-02 14:19:44 +00:00
parent 24d7f54662
commit d28e8f537a
4 changed files with 14 additions and 4 deletions

View File

@@ -419,6 +419,8 @@ typedef struct opj_cparameters {
opj_bool jpip_on;
} opj_cparameters_t;
#define OPJ_DPARAMETERS_IGNORE_PCLR_CMAP_CDEF_FLAG 0x0001
/**
* Decompression parameters
* */
@@ -488,6 +490,7 @@ typedef struct opj_dparameters {
*/
OPJ_LIMIT_DECODING cp_limit_decoding;
unsigned int flags;
} opj_dparameters_t;