Skip to content

Commit

Permalink
Fixing a typo, this should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
bahern committed Mar 10, 2016
1 parent 080ad5a commit 1f1642c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpd/segment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 1f1642c

Please sign in to comment.