summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.h
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2014-04-17 09:31:37 +0000
committerAntonin Descampe <antonin@gmail.com>2014-04-17 09:31:37 +0000
commit7199d9b5d32e9974afa62243756b027fc394f860 (patch)
tree909c03c737feed9462147776f988d0059e58a928 /src/lib/openjp2/j2k.h
parentd19a4ab6768c48b542c0add922eba0dcddae9ffe (diff)
[trunk] refactoring of rsiz, profiles, and extensions management
Diffstat (limited to 'src/lib/openjp2/j2k.h')
-rw-r--r--src/lib/openjp2/j2k.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/openjp2/j2k.h b/src/lib/openjp2/j2k.h
index 4228bd66..d0f59d72 100644
--- a/src/lib/openjp2/j2k.h
+++ b/src/lib/openjp2/j2k.h
@@ -304,8 +304,6 @@ typedef struct opj_tcp
typedef struct opj_encoding_param
{
- /** Digital cinema profile*/
- OPJ_CINEMA_MODE m_cinema;
/** Maximum rate for each component. If == 0, component size limitation is not considered */
OPJ_UINT32 m_max_comp_size;
/** Position of tile part flag in progression order*/
@@ -343,7 +341,7 @@ typedef struct opj_cp
/** Size of the image in bits*/
/*int img_size;*/
/** Rsiz*/
- OPJ_RSIZ_CAPABILITIES rsiz;
+ OPJ_UINT16 rsiz;
/** XTOsiz */
OPJ_UINT32 tx0; /* MSD see norm */
/** YTOsiz */