X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libopenjpeg%2Fj2k.h;h=82cceec1cb9ddb6fcd7b0f5c8b1ac66e39aa5024;hb=6561d70664fff4c714a4656f590121bdf056e51b;hp=e2d8429bbb572b6f7098e2b581f82b94fe53074a;hpb=1a5c59326ab4836618f88caefa8b66760f624793;p=openjpeg.git diff --git a/libopenjpeg/j2k.h b/libopenjpeg/j2k.h index e2d8429b..82cceec1 100644 --- a/libopenjpeg/j2k.h +++ b/libopenjpeg/j2k.h @@ -117,7 +117,9 @@ typedef enum J2K_STATUS { J2K_STATE_TPH = 0x0010, /**< the decoding process is in a tile part header */ J2K_STATE_MT = 0x0020, /**< the EOC marker has just been read */ J2K_STATE_NEOC = 0x0040, /**< the decoding process must not expect a EOC marker because the codestream is truncated */ - J2K_STATE_ERR = 0x0080 /**< the decoding process has encountered an error */ + + J2K_STATE_EOC = 0x0100, /**< the decoding process has encountered the EOC marker */ + J2K_STATE_ERR = 0x8000 /**< the decoding process has encountered an error (FIXME warning V1 = 0x0080)*/ } J2K_STATUS; /* ----------------------------------------------------------------------- */