defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid havin...
[openjpeg.git] / applications / codec / convert.h
index 1dc58d7233a69b8aace759fdae99d95f9579f234..d2f82fcfbb3fb909c4a71cdcba31a258e1b08ebe 100644 (file)
@@ -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;