diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-15 12:25:11 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-15 12:25:11 +0000 |
| commit | 84c93c2fea82f13734f3ea63c0a13a011b46ddf0 (patch) | |
| tree | 1d2d0dc92dad960fd185838d888d32113c77ca38 /src/lib/openjp2/j2k.h | |
| parent | e3c2305ff49428e01c16e9e5b7bd311b7fd23200 (diff) | |
[trunk] rename public symbols with OPJ_ prefix
Diffstat (limited to 'src/lib/openjp2/j2k.h')
| -rw-r--r-- | src/lib/openjp2/j2k.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/openjp2/j2k.h b/src/lib/openjp2/j2k.h index 7265f06b..0087dc1d 100644 --- a/src/lib/openjp2/j2k.h +++ b/src/lib/openjp2/j2k.h @@ -181,15 +181,15 @@ typedef struct opj_tccp /** quantisation style */ OPJ_UINT32 qntsty; /** stepsizes used for quantization */ - opj_stepsize_t stepsizes[J2K_MAXBANDS]; + opj_stepsize_t stepsizes[OPJ_J2K_MAXBANDS]; /** number of guard bits */ OPJ_UINT32 numgbits; /** Region Of Interest shift */ OPJ_INT32 roishift; /** precinct width */ - OPJ_UINT32 prcw[J2K_MAXRLVLS]; + OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS]; /** precinct height */ - OPJ_UINT32 prch[J2K_MAXRLVLS]; + OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS]; /** the dc_level_shift **/ OPJ_INT32 m_dc_level_shift; } |
