[libbluray-devel] Add padding to correctly position uo mask bits in memory

hpi1 git at videolan.org
Tue May 7 08:36:06 CEST 2013


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Tue May  7 09:34:49 2013 +0300| [3a8201ecdbfd30ae6e000514fa759837fdc30e82] | committer: hpi1

Add padding to correctly position uo mask bits in memory

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=3a8201ecdbfd30ae6e000514fa759837fdc30e82
---

 src/libbluray/bdnav/uo_mask_table.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libbluray/bdnav/uo_mask_table.h b/src/libbluray/bdnav/uo_mask_table.h
index fb130f7..38d33e0 100644
--- a/src/libbluray/bdnav/uo_mask_table.h
+++ b/src/libbluray/bdnav/uo_mask_table.h
@@ -46,6 +46,7 @@ typedef struct bd_uo_mask_table_s
     unsigned int activate : 1;
     unsigned int select_and_activate : 1;
     unsigned int primary_audio_change : 1;
+    unsigned int reserved0 : 1;
     unsigned int angle_change : 1;
     unsigned int popup_on : 1;
     unsigned int popup_off : 1;
@@ -55,6 +56,7 @@ typedef struct bd_uo_mask_table_s
     unsigned int secondary_video_change : 1;
     unsigned int secondary_audio_enable_disable : 1;
     unsigned int secondary_audio_change : 1;
+    unsigned int reserved1 : 1;
     unsigned int pip_pg_change : 1;
 } BD_UO_MASK;
 



More information about the libbluray-devel mailing list