[libbluray-devel] Fix comments
hpi1
git at videolan.org
Thu Nov 6 11:32:17 CET 2014
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Nov 6 12:23:43 2014 +0200| [634ee75bc03669206bdb304bcf38fc094ca5acc5] | committer: hpi1
Fix comments
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=634ee75bc03669206bdb304bcf38fc094ca5acc5
---
src/libbluray/bluray.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/libbluray/bluray.h b/src/libbluray/bluray.h
index e89ab39..34366d9 100644
--- a/src/libbluray/bluray.h
+++ b/src/libbluray/bluray.h
@@ -526,9 +526,9 @@ typedef struct {
/* HDMV / BD-J titles */
uint32_t num_titles;
- const BLURAY_TITLE * const *titles; /* index is title number 1 ... N */
- const BLURAY_TITLE *first_play; /* titles[0]. NULL if not present on the disc. */
- const BLURAY_TITLE *top_menu; /* titles[N+1]. NULL if not present on the disc. */
+ const BLURAY_TITLE *const *titles; /* index is title number 1 ... N */
+ const BLURAY_TITLE *first_play; /* titles[N+1]. NULL if not present on the disc. */
+ const BLURAY_TITLE *top_menu; /* titles[0]. NULL if not present on the disc. */
} BLURAY_DISC_INFO;
More information about the libbluray-devel
mailing list