summaryrefslogtreecommitdiff
path: root/applications/codec/convert.h
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-05-18 11:02:27 +0000
committerAntonin Descampe <antonin@gmail.com>2011-05-18 11:02:27 +0000
commit88f43b15fab0c75c10635c9e3d6381e5d716b8e9 (patch)
treedd05218cd57a6d2de5bfc10db1e777f84e31d314 /applications/codec/convert.h
parent0c9f6a3ac9ede04eb6faf96b7d7a9586c551a9c2 (diff)
defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)
Diffstat (limited to 'applications/codec/convert.h')
-rw-r--r--applications/codec/convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/codec/convert.h b/applications/codec/convert.h
index 1dc58d72..d2f82fcf 100644
--- a/applications/codec/convert.h
+++ b/applications/codec/convert.h
@@ -43,7 +43,7 @@ typedef struct raw_cparameters {
/** bit depth of the raw image */
int rawBitDepth;
/** signed/unsigned raw image */
- bool rawSigned;
+ opj_bool rawSigned;
/*@}*/
} raw_cparameters_t;