[libbluray-devel] cosmetics
hpi1
git at videolan.org
Thu Apr 11 14:43:45 CEST 2013
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Apr 11 09:46:54 2013 +0300| [f0f80e446be5f71cd0ad4e8476dd5a33c7e564e4] | committer: hpi1
cosmetics
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=f0f80e446be5f71cd0ad4e8476dd5a33c7e564e4
---
src/libbluray/bdnav/index_parse.h | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/libbluray/bdnav/index_parse.h b/src/libbluray/bdnav/index_parse.h
index 9432477..ddc68b9 100644
--- a/src/libbluray/bdnav/index_parse.h
+++ b/src/libbluray/bdnav/index_parse.h
@@ -62,21 +62,21 @@ typedef enum {
} indx_bdj_playback_type;
typedef struct {
- unsigned int initial_output_mode_preference : 1; /* 0 - 2D, 1 - 3D */
- unsigned int content_exist_flag : 1;
- unsigned int video_format : 4;
- unsigned int frame_rate : 4;
- uint8_t user_data[32];
+ unsigned int initial_output_mode_preference : 1; /* 0 - 2D, 1 - 3D */
+ unsigned int content_exist_flag : 1;
+ unsigned int video_format : 4;
+ unsigned int frame_rate : 4;
+ uint8_t user_data[32];
} INDX_APP_INFO;
typedef struct {
- uint8_t playback_type/* : 2*/;
- char name[6];
+ uint8_t playback_type/* : 2*/;
+ char name[6];
} INDX_BDJ_OBJ;
typedef struct {
- uint8_t playback_type/* : 2*/;
- uint16_t id_ref;
+ uint8_t playback_type/* : 2*/;
+ uint16_t id_ref;
} INDX_HDMV_OBJ;
typedef struct {
More information about the libbluray-devel
mailing list