update j2k_lib with new opj type
[openjpeg.git] / applications / jpip / libopenjpip / mhixbox_manager.h
index cdca134f105eea6601baac4c7e966d20039a78a9..5905b25f7a625f07d7b96074d4a9b4b023f83c54 100644 (file)
@@ -38,7 +38,7 @@
 typedef struct markeridx_param{
   Byte2_t code;                 /**< marker code*/
   Byte2_t num_remain;           /**< remining number of the same marker index segments listed immediately*/
-  Byte8_t offset;               /**< offset relative to the start of the*/
+  OPJ_OFF_T offset;               /**< offset relative to the start of the*/
                                                  /**codestream ( including the length*/
                                                  /**parameter but not the marker itself)*/
   Byte2_t length;               /**< marker segment length*/