[libbluray-devel] Add missing enum for mark type
hpi1
git at videolan.org
Mon May 2 10:51:07 CEST 2016
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon May 2 11:43:32 2016 +0300| [e4067ff4a7f78f4432748fa1d21ea26407ea29c5] | committer: hpi1
Add missing enum for mark type
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=e4067ff4a7f78f4432748fa1d21ea26407ea29c5
---
src/libbluray/bluray.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/libbluray/bluray.h b/src/libbluray/bluray.h
index 41ba978..112da97 100644
--- a/src/libbluray/bluray.h
+++ b/src/libbluray/bluray.h
@@ -207,6 +207,11 @@ typedef enum {
BLURAY_STILL_INFINITE = 0x02,
} bd_still_mode_e;
+typedef enum {
+ BLURAY_MARK_ENTRY = 0x01, /* entry mark for chapter search */
+ BLURAY_MARK_LINK = 0x02, /* link point */
+} bd_mark_type_e;
+
typedef struct bd_stream_info {
uint8_t coding_type;
uint8_t format;
More information about the libbluray-devel
mailing list