Index: core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h |
diff --git a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h |
index 909e35119b033b5777412922c6f8037fe905b111..10e22aa6b4dc74bb232b684f06f24498c95458a6 100644 |
--- a/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/j2k.h |
+++ b/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/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 */ |