[trunk] modify image_to_j2k and the lib to support functionalities given by the v2...
[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;