French comments replaced by English ones
This commit is contained in:
parent
7c688c3453
commit
4fc1073809
|
@ -266,7 +266,7 @@ typedef struct opj_tcp
|
||||||
/** ppt markers data (table indexed by Zppt) */
|
/** ppt markers data (table indexed by Zppt) */
|
||||||
opj_ppx* ppt_markers;
|
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;
|
OPJ_BYTE *ppt_data;
|
||||||
/** used to keep a track of the allocated memory */
|
/** used to keep a track of the allocated memory */
|
||||||
OPJ_BYTE *ppt_buffer;
|
OPJ_BYTE *ppt_buffer;
|
||||||
|
@ -376,7 +376,7 @@ typedef struct opj_cp
|
||||||
/** ppm markers data (table indexed by Zppm) */
|
/** ppm markers data (table indexed by Zppm) */
|
||||||
opj_ppx* ppm_markers;
|
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;
|
OPJ_BYTE *ppm_data;
|
||||||
/** size of the ppm_data*/
|
/** size of the ppm_data*/
|
||||||
OPJ_UINT32 ppm_len;
|
OPJ_UINT32 ppm_len;
|
||||||
|
|
Loading…
Reference in New Issue