diff options
| author | ak-dxdy <Alexey.K@dxdy.ru> | 2015-07-30 23:47:37 +0300 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-07-31 00:51:08 +0200 |
| commit | 4fc1073809ebdcde49d3ba318216445bbda0212b (patch) | |
| tree | cb5ab748b68ea70283dbfb92aadc002899a270b9 /src/lib | |
| parent | 7c688c3453c90485514c50a44cd3e56fbcebf417 (diff) | |
French comments replaced by English ones
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openjp2/j2k.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
