diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-08-10 11:45:49 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-08-10 11:45:49 +0200 |
| commit | 26fe8f60433aa677fd29590e7da23437c41e99c8 (patch) | |
| tree | 812a57969c51bae61197e99217e94f65883630ae /src/lib | |
| parent | 07c2fe28b0ef3dc9f168f2b2c449275ac1dde981 (diff) | |
Improve doc of opj_tccp_info_t::cblkw and cblkh
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openjp2/openjpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index d571c516..9ae29a4f 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -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; |
