change error message

This commit is contained in:
nareix 2016-06-10 19:46:00 +08:00
parent a73846758a
commit 8c611ea1e2

View File

@ -145,7 +145,7 @@ func (self *Stream) fillTrackAtom() (err error) {
self.trackAtom.Media.Info.Sound = &atom.SoundMediaInfo{}
} else {
err = fmt.Errorf("please specify stream type")
err = fmt.Errorf("mp4: codec type=%d invalid", self.Type())
}
return