diff options
Diffstat (limited to 'src/lib/openjp2/mct.h')
| -rw-r--r-- | src/lib/openjp2/mct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/mct.h b/src/lib/openjp2/mct.h index 3752d986..c5c3041f 100644 --- a/src/lib/openjp2/mct.h +++ b/src/lib/openjp2/mct.h @@ -100,7 +100,7 @@ FIXME DOC @param is_signed tells if the data is signed @return OPJ_FALSE if function encounter a problem, OPJ_TRUE otherwise */ -opj_bool opj_mct_encode_custom( +OPJ_BOOL opj_mct_encode_custom( OPJ_BYTE * p_coding_data, OPJ_UINT32 n, OPJ_BYTE ** p_data, @@ -115,7 +115,7 @@ FIXME DOC @param isSigned tells if the data is signed @return OPJ_FALSE if function encounter a problem, OPJ_TRUE otherwise */ -opj_bool opj_mct_decode_custom( +OPJ_BOOL opj_mct_decode_custom( OPJ_BYTE * pDecodingData, OPJ_UINT32 n, OPJ_BYTE ** pData, |
