File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ func (m *MPD) Decode(b []byte) error {
148148 return xml .Unmarshal (b , m )
149149}
150150
151- // ProgramInformation - MPD Program info
151+ // ProgramInformation - MPD Program info.
152152type ProgramInformation struct {
153153 Title string `xml:"Title,omitempty"`
154154}
@@ -454,7 +454,7 @@ func modifyPssh(p *Pssh) *psshMarshal {
454454 }
455455}
456456
457- // DescriptorType - used in many places to represent data
457+ // DescriptorType - used in many places to represent data.
458458type DescriptorType struct {
459459 SchemeIDURI * string `xml:"schemeIdUri,attr"`
460460 Value * string `xml:"value,attr,omitempty"`
Original file line number Diff line number Diff line change 11package mpd
22
33import (
4- "fmt"
54 "io/ioutil"
65 "reflect"
76 "strings"
@@ -18,7 +17,6 @@ type MPDSuite struct{}
1817var _ = Suite (& MPDSuite {})
1918
2019func testUnmarshalMarshal (c * C , name string ) {
21- fmt .Println (name )
2220 expected , err := ioutil .ReadFile (name )
2321 c .Assert (err , IsNil )
2422
You can’t perform that action at this time.
0 commit comments