Fix breakage of 22bf99ce02

This commit is contained in:
Even Rouault 2017-07-30 19:26:47 +02:00
parent 22bf99ce02
commit b716f86163
1 changed files with 1 additions and 1 deletions

View File

@ -10748,7 +10748,7 @@ OPJ_BOOL opj_j2k_get_tile(opj_j2k_t *p_j2k,
p_j2k->m_specific_param.m_decoder.m_tile_ind_to_dec = (OPJ_INT32)tile_index;
/* customization of the decoding */
if (!opj_j2k_setup_decoding(p_j2k, p_manager)) {
if (!opj_j2k_setup_decoding_tile(p_j2k, p_manager)) {
return OPJ_FALSE;
}