Add comment

This commit is contained in:
Even Rouault 2017-08-21 17:19:13 +02:00
parent e9bbc6d3dd
commit 24d069e3ff
1 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ typedef struct opj_tcd {
OPJ_BITFIELD m_is_decoder : 1;
/** Thread pool */
opj_thread_pool_t* thread_pool;
/** Coordinates of the window of interest, in grid reference space */
OPJ_UINT32 decoded_x0;
OPJ_UINT32 decoded_y0;
OPJ_UINT32 decoded_x1;