[libbluray-devel] Add comment
    npzacs 
    git at videolan.org
       
    Wed Oct 11 09:29:02 CEST 2017
    
    
  
libbluray | branch: master | npzacs <npzacs at gmail.com> | Tue Oct 10 14:17:46 2017 +0300| [c17ba25551f24e1194e5aaf10ec4790725db6299] | committer: npzacs
Add comment
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=c17ba25551f24e1194e5aaf10ec4790725db6299
---
 src/libbluray/bdnav/mpls_data.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libbluray/bdnav/mpls_data.h b/src/libbluray/bdnav/mpls_data.h
index f148d513..2ceac92f 100644
--- a/src/libbluray/bdnav/mpls_data.h
+++ b/src/libbluray/bdnav/mpls_data.h
@@ -174,8 +174,8 @@ typedef struct {
 
 typedef struct mpls_pl
 {
-    uint32_t        type_indicator;
-    uint32_t        type_indicator2;
+    uint32_t        type_indicator;   /* 'MPLS' */
+    uint32_t        type_indicator2;  /* version */
     uint32_t        list_pos;
     uint32_t        mark_pos;
     uint32_t        ext_pos;
    
    
More information about the libbluray-devel
mailing list