Add comment
authorEven Rouault <even.rouault@spatialys.com>
Mon, 21 Aug 2017 15:19:13 +0000 (17:19 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Mon, 21 Aug 2017 15:19:13 +0000 (17:19 +0200)
src/lib/openjp2/tcd.h

index bf645639f4bc9bfe1c278d6e2c3e3acea65ee322..bf3c457e8d61d767f758f2a05142ea62e28e26ad 100644 (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;