diff --git a/muxer.go b/muxer.go index c6ab707..57a04e2 100644 --- a/muxer.go +++ b/muxer.go @@ -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