[trunk] Rework assertion to work on 32bits system
[openjpeg.git] / src / lib / openjp2 / mqc.h
index 0c9dc8c597ea85ff98364b667920e43d669a67b4..b75ef391205cc4ca65be367a54d93077eae129ee 100644 (file)
@@ -186,7 +186,7 @@ Initialize the decoder
 @param bp Pointer to the start of the buffer from which the bytes will be read
 @param len Length of the input buffer
 */
-opj_bool opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len);
+OPJ_BOOL opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len);
 /**
 Decode a symbol
 @param mqc MQC handle