[libbluray-devel] [PATCH 1/4] The flags field of an ICB Tag is an Uint16 (ECMA 167 4/14.6).

Andreas Zelend ace at kodi.tv
Tue May 30 14:00:23 CEST 2017


From: ace20022 <ace20022 at ymail.com>

---
 src/ecma167.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ecma167.h b/src/ecma167.h
index f507893..00235cf 100644
--- a/src/ecma167.h
+++ b/src/ecma167.h
@@ -212,7 +212,7 @@ struct file_entry {
     uint64_t       length;         /* in bytes */
     uint8_t        file_type;      /* ECMA_FT_* */
     uint8_t        content_inline; /* 1 if file data is embedded in file entry */
-    uint8_t        icb_flags;      /* used when parsing allocation extents */
+    uint16_t       icb_flags;      /* used when parsing allocation extents */
 
     uint32_t       num_ad;
     union {
-- 
2.11.0.windows.1



More information about the libbluray-devel mailing list