diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-15 13:13:36 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-15 13:13:36 +0000 |
| commit | ec0fe091380c2de75584fdfc3d914eee5b89e731 (patch) | |
| tree | 320da598f7ee33ed955f8f82fd15a051be03f6d0 /src/lib/openjp2/mct.h | |
| parent | 8562ed3018967d5c7bc44248c6de74889dcbc6ed (diff) | |
[trunk] move opj_bool to OPJ_BOOL to follow the other type
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, |
