Remove useless opj_tcd_t::enumcs field added per #975
This commit is contained in:
parent
5e200452db
commit
4b16e8d27a
|
@ -8769,7 +8769,6 @@ OPJ_BOOL opj_j2k_decode_tile(opj_j2k_t * p_j2k,
|
||||||
opj_event_msg(p_manager, EVT_ERROR, "Failed to decode.\n");
|
opj_event_msg(p_manager, EVT_ERROR, "Failed to decode.\n");
|
||||||
return OPJ_FALSE;
|
return OPJ_FALSE;
|
||||||
}
|
}
|
||||||
p_j2k->m_tcd->enumcs = p_j2k->enumcs;
|
|
||||||
|
|
||||||
/* p_data can be set to NULL when the call will take care of using */
|
/* p_data can be set to NULL when the call will take care of using */
|
||||||
/* itself the TCD data. This is typically the case for whole single */
|
/* itself the TCD data. This is typically the case for whole single */
|
||||||
|
|
|
@ -252,8 +252,6 @@ typedef struct opj_tcd {
|
||||||
OPJ_BITFIELD m_is_decoder : 1;
|
OPJ_BITFIELD m_is_decoder : 1;
|
||||||
/** Thread pool */
|
/** Thread pool */
|
||||||
opj_thread_pool_t* thread_pool;
|
opj_thread_pool_t* thread_pool;
|
||||||
/** AFL test */
|
|
||||||
OPJ_UINT32 enumcs;
|
|
||||||
} opj_tcd_t;
|
} opj_tcd_t;
|
||||||
|
|
||||||
/** @name Exported functions */
|
/** @name Exported functions */
|
||||||
|
|
Loading…
Reference in New Issue