[libbluray-devel] commit: Added events for PIP PG/subtitle streams (hpi1 )
git at videolan.org
git at videolan.org
Fri Oct 8 13:04:02 CEST 2010
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Oct 7 14:24:45 2010 +0300| [c28b181557fd473b341bac58d664227709e90559] | committer: hpi1
Added events for PIP PG/subtitle streams
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=c28b181557fd473b341bac58d664227709e90559
---
src/libbluray/bluray.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/libbluray/bluray.h b/src/libbluray/bluray.h
index aef9509..f19ae75 100644
--- a/src/libbluray/bluray.h
+++ b/src/libbluray/bluray.h
@@ -420,10 +420,12 @@ typedef enum {
BD_EVENT_AUDIO_STREAM, /* 1..32, 0xff = none */
BD_EVENT_IG_STREAM, /* 1..32 */
BD_EVENT_PG_TEXTST_STREAM, /* 1..255, 0xfff = none */
+ BD_EVENT_PIP_PG_TEXTST_STREAM, /* 1..255, 0xfff = none */
BD_EVENT_SECONDARY_AUDIO_STREAM, /* 1..32, 0xff = none */
BD_EVENT_SECONDARY_VIDEO_STREAM, /* 1..32, 0xff = none */
BD_EVENT_PG_TEXTST, /* 0 - disable, 1 - enable */
+ BD_EVENT_PIP_PG_TEXTST, /* 0 - disable, 1 - enable */
BD_EVENT_SECONDARY_AUDIO, /* 0 - disable, 1 - enable */
BD_EVENT_SECONDARY_VIDEO, /* 0 - disable, 1 - enable */
BD_EVENT_SECONDARY_VIDEO_SIZE, /* 0 - PIP, 0xf - fullscreen */
More information about the libbluray-devel
mailing list