[libbluray-devel] mpls_dump: fix connection condition strings
hpi1
git at videolan.org
Mon Mar 9 12:53:05 CET 2015
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Mar 9 11:40:29 2015 +0200| [593a6d60fc99992e974e8295a57f43b7c4318f33] | committer: hpi1
mpls_dump: fix connection condition strings
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=593a6d60fc99992e974e8295a57f43b7c4318f33
---
src/examples/mpls_dump.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/examples/mpls_dump.c b/src/examples/mpls_dump.c
index 5cd7a17..619b6b2 100644
--- a/src/examples/mpls_dump.c
+++ b/src/examples/mpls_dump.c
@@ -135,8 +135,9 @@ const VALUE_MAP playback_type_map[] = {
};
const VALUE_MAP connection_type_map[] = {
- {0, "Non-seamless"},
- {1, "Seamless"},
+ {1, "Non-seamless"},
+ {5, "Seamless"},
+ {6, "Seamless"},
{0, NULL}
};
More information about the libbluray-devel
mailing list