diff options
| author | Parvatha Elangovan <p.elangovan@intopix.com> | 2007-04-04 13:40:32 +0000 |
|---|---|---|
| committer | Parvatha Elangovan <p.elangovan@intopix.com> | 2007-04-04 13:40:32 +0000 |
| commit | dd18811600365adc935a5f72d985bac43a01377f (patch) | |
| tree | d271c8840c7fbc73a1bd5149ff1b1e03350b1a4d /libopenjpeg/t1.h | |
| parent | 24146a96cfafddb9f5fff0983a7a9602dd5040bd (diff) | |
Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.
Bit rate limitation for each color component. Modification in image_to_j2k.c, t2.c.
Modified and tested Progression order change "-POC" option. Modification in image_to_j2k.c, j2k.c, pi.c.
Function j2k_check_poc_val() to check for possible loss of packets in case of wrong POC declaration. Modification in j2k.c.
Structure T2_MODE. This tells if the t2_encode_packets() is called during Threshold calculation or in Final pass. Modification in j2k.h, tcd.c
Diffstat (limited to 'libopenjpeg/t1.h')
| -rw-r--r-- | libopenjpeg/t1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/t1.h b/libopenjpeg/t1.h index 74a8dff1..90cb9a92 100644 --- a/libopenjpeg/t1.h +++ b/libopenjpeg/t1.h @@ -110,7 +110,7 @@ typedef struct opj_t1 { int lut_nmsedec_ref0[1 << T1_NMSEDEC_BITS]; int data[T1_MAXCBLKH][T1_MAXCBLKW]; - int flags[T1_MAXCBLKH + 2][T1_MAXCBLKH + 2]; + int flags[T1_MAXCBLKH + 2][T1_MAXCBLKW + 2]; } opj_t1_t; |
