[libbluray-devel] Added name for anonymous struct in MPLS_PL typedef
hpi1
git at videolan.org
Thu Apr 11 14:43:45 CEST 2013
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Apr 11 09:47:49 2013 +0300| [0dd17deb1c4783df6e3f32b0258082d598c48949] | committer: hpi1
Added name for anonymous struct in MPLS_PL typedef
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=0dd17deb1c4783df6e3f32b0258082d598c48949
---
src/libbluray/bdnav/mpls_parse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libbluray/bdnav/mpls_parse.h b/src/libbluray/bdnav/mpls_parse.h
index 6922961..cff1081 100644
--- a/src/libbluray/bdnav/mpls_parse.h
+++ b/src/libbluray/bdnav/mpls_parse.h
@@ -150,7 +150,7 @@ typedef struct {
MPLS_PIP_DATA *data;
} MPLS_PIP_METADATA;
-typedef struct
+typedef struct mpls_pl
{
uint32_t type_indicator;
uint32_t type_indicator2;
More information about the libbluray-devel
mailing list