summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-08-21 17:19:13 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-08-21 17:19:13 +0200
commit24d069e3ffa2286930a2e7e2638431ea1de6846a (patch)
treecc5f4aef69baaf6e7c21e6ec26647aed6738a054 /src
parente9bbc6d3dde946bdb5195f053f24b91335d5d84c (diff)
Add comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/openjp2/tcd.h1
1 files changed, 1 insertions, 0 deletions
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;