summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/jp3d.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-26 21:06:38 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-07-26 21:06:38 +0200
commit5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd (patch)
treeb11a992a90fc82a23357ef9588aead07862b29a0 /src/lib/openjp3d/jp3d.h
parent2be20ce7d9996e960d79f3ad6ec439a9895849ed (diff)
Spelling fixes (patch by ka7, #890, rebased on top of master)
Diffstat (limited to 'src/lib/openjp3d/jp3d.h')
-rw-r--r--src/lib/openjp3d/jp3d.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/openjp3d/jp3d.h b/src/lib/openjp3d/jp3d.h
index 6bd5c86f..3ad46df6 100644
--- a/src/lib/openjp3d/jp3d.h
+++ b/src/lib/openjp3d/jp3d.h
@@ -220,7 +220,7 @@ typedef struct opj_tccp {
int numgbits;
/** Region Of Interest shift */
int roishift;
- /** precinct width heigth & depth*/
+ /** precinct width height & depth*/
int prctsiz[3][J3D_MAXRLVLS];
} opj_tccp_t;
@@ -300,7 +300,7 @@ typedef struct opj_cp {
int tdz;
/** comment for coding */
char *comment;
- /** number of tiles in width, heigth and depth */
+ /** number of tiles in width, height and depth */
int tw;
int th;
int tl;
@@ -352,7 +352,7 @@ typedef struct opj_tile_info {
int end_header;
/** end position */
int end_pos;
- /** precinct number for each resolution level (width, heigth and depth) */
+ /** precinct number for each resolution level (width, height and depth) */
int prctno[3][J3D_MAXRLVLS];
/** precinct size (in power of 2), in X for each resolution level */
int prctsiz[3][J3D_MAXRLVLS];
@@ -425,7 +425,7 @@ typedef struct opj_j3d {
opj_common_ptr cinfo;
/** locate in which part of the codestream the decoder is (main header, tile header, end) */
int state;
- /** number of the tile curently concern by coding/decoding */
+ /** number of the tile currently concern by coding/decoding */
int curtileno;
/** locate the position of the end of the tile in the codestream, used to detect a truncated codestream (in j3d_read_sod) */
unsigned char *eot;