Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86dec6e

Browse filesBrowse files
authored
adding missing BaseURL to AdaptationSet as per specs (#96)
1 parent b7eec0a commit 86dec6e
Copy full SHA for 86dec6e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎mpd/mpd.go

Copy file name to clipboardExpand all lines: mpd/mpd.go
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ type AdaptationSet struct {
191191
Representations []*Representation `xml:"Representation,omitempty"`
192192
AccessibilityElems []*Accessibility `xml:"Accessibility,omitempty"`
193193
Label *string `xml:"label,attr"`
194+
BaseURL []string `xml:"BaseURL,omitempty"`
194195
}
195196

196197
func (as *AdaptationSet) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.