X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fopenjp2%2Fj2k.h;h=358e0739652c0b96481f6c23100c4768cef4c6a6;hb=987f96004f53c039dbcb72bcaeef940676d1368d;hp=7f592fc9760415318b20d7e941cea07788027f4a;hpb=c887df12a38ff1a2721d0c8a93b74fe1d02701a2;p=openjpeg.git diff --git a/src/lib/openjp2/j2k.h b/src/lib/openjp2/j2k.h index 7f592fc9..358e0739 100644 --- a/src/lib/openjp2/j2k.h +++ b/src/lib/openjp2/j2k.h @@ -266,7 +266,7 @@ typedef struct opj_tcp /** ppt markers data (table indexed by Zppt) */ opj_ppx* ppt_markers; - /** packet header store there for futur use in t2_decode_packet */ + /** packet header store there for future use in t2_decode_packet */ OPJ_BYTE *ppt_data; /** used to keep a track of the allocated memory */ OPJ_BYTE *ppt_buffer; @@ -376,7 +376,7 @@ typedef struct opj_cp /** ppm markers data (table indexed by Zppm) */ opj_ppx* ppm_markers; - /** packet header store there for futur use in t2_decode_packet */ + /** packet header store there for future use in t2_decode_packet */ OPJ_BYTE *ppm_data; /** size of the ppm_data*/ OPJ_UINT32 ppm_len;