From 24d069e3ffa2286930a2e7e2638431ea1de6846a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 21 Aug 2017 17:19:13 +0200 Subject: [PATCH] Add comment --- src/lib/openjp2/tcd.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2