test_decode_area.c: assign tdy to *ptileh instead of *ptilew (fixes #1195)
This commit is contained in:
parent
9b7620ee7a
commit
f4d6578359
|
@ -198,7 +198,7 @@ opj_image_t* decode(
|
||||||
*ptilew = pCodeStreamInfo->tdx;
|
*ptilew = pCodeStreamInfo->tdx;
|
||||||
}
|
}
|
||||||
if (ptileh) {
|
if (ptileh) {
|
||||||
*ptilew = pCodeStreamInfo->tdy;
|
*ptileh = pCodeStreamInfo->tdy;
|
||||||
}
|
}
|
||||||
//int numResolutions = pCodeStreamInfo->m_default_tile_info.tccp_info[0].numresolutions;
|
//int numResolutions = pCodeStreamInfo->m_default_tile_info.tccp_info[0].numresolutions;
|
||||||
if (pcblkw) {
|
if (pcblkw) {
|
||||||
|
|
Loading…
Reference in New Issue