libbluray | branch: master | hpi1 <[email protected]> | 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} }; _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
