Fix typo in comments
This commit is contained in:
parent
370d024d10
commit
936910cf7a
|
@ -508,7 +508,7 @@ static OPJ_BOOL opj_j2k_write_cod(opj_j2k_t *p_j2k,
|
||||||
opj_event_mgr_t * p_manager);
|
opj_event_mgr_t * p_manager);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads a COD marker (Coding Styke defaults)
|
* Reads a COD marker (Coding style defaults)
|
||||||
* @param p_header_data the data contained in the COD box.
|
* @param p_header_data the data contained in the COD box.
|
||||||
* @param p_j2k the jpeg2000 codec.
|
* @param p_j2k the jpeg2000 codec.
|
||||||
* @param p_header_size the size of the data contained in the COD marker.
|
* @param p_header_size the size of the data contained in the COD marker.
|
||||||
|
@ -2625,7 +2625,7 @@ static OPJ_BOOL opj_j2k_write_cod(opj_j2k_t *p_j2k,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads a COD marker (Coding Styke defaults)
|
* Reads a COD marker (Coding style defaults)
|
||||||
* @param p_header_data the data contained in the COD box.
|
* @param p_header_data the data contained in the COD box.
|
||||||
* @param p_j2k the jpeg2000 codec.
|
* @param p_j2k the jpeg2000 codec.
|
||||||
* @param p_header_size the size of the data contained in the COD marker.
|
* @param p_header_size the size of the data contained in the COD marker.
|
||||||
|
|
Loading…
Reference in New Issue