Improve doc of opj_tccp_info_t::cblkw and cblkh

This commit is contained in:
Even Rouault 2017-08-10 11:45:49 +02:00
parent 07c2fe28b0
commit 26fe8f6043
1 changed files with 2 additions and 2 deletions

View File

@ -867,9 +867,9 @@ typedef struct opj_tccp_info {
OPJ_UINT32 csty;
/** number of resolutions */
OPJ_UINT32 numresolutions;
/** code-blocks width */
/** log2 of code-blocks width */
OPJ_UINT32 cblkw;
/** code-blocks height */
/** log2 of code-blocks height */
OPJ_UINT32 cblkh;
/** code-block coding style */
OPJ_UINT32 cblksty;