diff options
| -rw-r--r-- | src/lib/openjp2/tcd.h | 1 |
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; |
