[libbluray-devel] Added subpath types (strings)
hpi1
git at videolan.org
Fri Jan 11 21:53:02 CET 2013
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Fri Jan 11 22:49:28 2013 +0200| [231aeb03da4c1bb8a43e3a241844d5bc14bf3e9b] | committer: hpi1
Added subpath types (strings)
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=231aeb03da4c1bb8a43e3a241844d5bc14bf3e9b
---
src/examples/mpls_dump.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/examples/mpls_dump.c b/src/examples/mpls_dump.c
index 447a6ba..7079dcb 100644
--- a/src/examples/mpls_dump.c
+++ b/src/examples/mpls_dump.c
@@ -110,8 +110,12 @@ const VALUE_MAP audio_rate_map[] = {
};
const VALUE_MAP subpath_type_map[] = {
+ {2, "Primary audio of the Browsable slideshow"},
{3, "Interactive Graphics presentation menu"},
{4, "Text Subtitle"},
+ {5, "Out-of-mux Synchronous elementary streams"},
+ {6, "Out-of-mux Asynchronous Picture-in-Picture presentation"},
+ {7, "In-mux Synchronous Picture-in-Picture presentation"},
{8, "SS Video"},
{0,NULL}
};
More information about the libbluray-devel
mailing list