Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec structure
This commit is contained in:
parent
1a8eac6a90
commit
a38c4496b6
|
@ -463,13 +463,6 @@ typedef struct opj_j2k_dec {
|
|||
OPJ_UINT32 m_start_tile_y;
|
||||
OPJ_UINT32 m_end_tile_x;
|
||||
OPJ_UINT32 m_end_tile_y;
|
||||
/**
|
||||
* Decoded area set by the user
|
||||
*/
|
||||
OPJ_UINT32 m_DA_x0;
|
||||
OPJ_UINT32 m_DA_y0;
|
||||
OPJ_UINT32 m_DA_x1;
|
||||
OPJ_UINT32 m_DA_y1;
|
||||
|
||||
/** Index of the tile to decode (used in get_tile) */
|
||||
OPJ_INT32 m_tile_ind_to_dec;
|
||||
|
|
Loading…
Reference in New Issue