diff options
Diffstat (limited to 'src/lib/openjp2/bio.h')
| -rw-r--r-- | src/lib/openjp2/bio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/bio.h b/src/lib/openjp2/bio.h index a69299b9..b4dd7fa3 100644 --- a/src/lib/openjp2/bio.h +++ b/src/lib/openjp2/bio.h @@ -112,13 +112,13 @@ Flush bits @param bio BIO handle @return Returns OPJ_TRUE if successful, returns OPJ_FALSE otherwise */ -opj_bool opj_bio_flush(opj_bio_t *bio); +OPJ_BOOL opj_bio_flush(opj_bio_t *bio); /** Passes the ending bits (coming from flushing) @param bio BIO handle @return Returns OPJ_TRUE if successful, returns OPJ_FALSE otherwise */ -opj_bool opj_bio_inalign(opj_bio_t *bio); +OPJ_BOOL opj_bio_inalign(opj_bio_t *bio); /* ----------------------------------------------------------------------- */ /*@}*/ |
