From: Even Rouault Date: Mon, 21 Aug 2017 15:19:13 +0000 (+0200) Subject: Add comment X-Git-Tag: v2.3.0~61 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=24d069e3ffa2286930a2e7e2638431ea1de6846a;p=openjpeg.git Add comment --- diff --git a/src/lib/openjp2/tcd.h b/src/lib/openjp2/tcd.h index bf645639..bf3c457e 100644 --- a/src/lib/openjp2/tcd.h +++ b/src/lib/openjp2/tcd.h @@ -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;