]> granicus.if.org Git - openjpeg/commitdiff
[trunk]OPJ_STREAM_READ is now equal to OPJ_TRUE and OPJ_STREAM_WRITE to OPJ_FALSE
authorMickael Savinaud <savmickael@users.noreply.github.com>
Mon, 29 Oct 2012 22:06:28 +0000 (22:06 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Mon, 29 Oct 2012 22:06:28 +0000 (22:06 +0000)
src/lib/openjp2/openjpeg.h

index 44fb84924f74f71151f283b7deea2255d1d7eb5f..d560e3043090cf6e0a3591e843a398d606e935da 100644 (file)
@@ -486,9 +486,9 @@ typedef void * opj_codec_t;
  * Stream open flags.
  */
 /** The stream was opened for reading. */
-#define OPJ_STREAM_READ        0x0001
+#define OPJ_STREAM_READ        OPJ_TRUE
 /** The stream was opened for writing. */
-#define OPJ_STREAM_WRITE 0x0002
+#define OPJ_STREAM_WRITE OPJ_FALSE