From 1f1642c6d402e817613c3631cb709b43b1b371b9 Mon Sep 17 00:00:00 2001 From: Ben Ahern Date: Thu, 10 Mar 2016 12:15:09 -0700 Subject: [PATCH] Fixing a typo, this should be public --- mpd/segment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpd/segment.go b/mpd/segment.go index 8a6f07a..bb112bf 100644 --- a/mpd/segment.go +++ b/mpd/segment.go @@ -6,7 +6,7 @@ type SegmentBase struct { Timescale *uint32 `xml:"timescale,attr,omitempty"` PresentationTimeOffset *uint64 `xml:"presentationTimeOffset,attr,omitempty"` IndexRange *string `xml:"indexRange,attr,omitempty"` - indexRangeExact *bool `xml:"indexRangeExact,attr,omitempty"` + IndexRangeExact *bool `xml:"indexRangeExact,attr,omitempty"` AvailabilityTimeOffset *float32 `xml:"availabilityTimeOffset,attr,omitempty"` AvailabilityTimeComplete *bool `xml:"availabilityTimeComplete,attr,omitempty"` }