add WriteTrailer

This commit is contained in:
nareix 2016-04-21 22:13:32 +08:00
parent 902c647841
commit dbbb2bbff3

View File

@ -26,6 +26,10 @@ func (self *Muxer) NewStream() av.Stream {
return stream
}
func (self *Muxer) WriteTrailer() (err error) {
return
}
func (self *Muxer) WriteHeader() (err error) {
bufPAT := &bytes.Buffer{}
bufPMT := &bytes.Buffer{}