summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.h
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-06-05 20:42:57 +0200
committermayeut <mayeut@users.noreply.github.com>2015-06-05 20:42:57 +0200
commitc7535d084e1619f957f23bd18284dc3f3214165f (patch)
tree5bda64598694437239f52381c83a2b56d1854736 /src/lib/openjp2/j2k.h
parentd1a941ea50bbae66a566771d408555bdc5134348 (diff)
parentc0d7afe15c0e88886582a357a4e2fb797ac8a820 (diff)
Merge branch 'master' into issue-254
Diffstat (limited to 'src/lib/openjp2/j2k.h')
-rw-r--r--src/lib/openjp2/j2k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/openjp2/j2k.h b/src/lib/openjp2/j2k.h
index da4d7aa4..2374e559 100644
--- a/src/lib/openjp2/j2k.h
+++ b/src/lib/openjp2/j2k.h
@@ -293,6 +293,8 @@ typedef struct opj_tcp
/***** FLAGS *******/
+ /** If cod == 1 --> there was a COD marker for the present tile */
+ OPJ_UINT32 cod : 1;
/** If ppt == 1 --> there was a PPT marker for the present tile */
OPJ_UINT32 ppt : 1;
/** indicates if a POC marker has been used O:NO, 1:YES */