mirror of https://bitbucket.org/ausocean/av.git
revid: updated comment for mtsSender struct
This commit is contained in:
parent
032ffcb8b6
commit
465a7fe973
|
@ -181,7 +181,7 @@ func (s *fileSender) handleSendFail(err error) error { return nil }
|
||||||
|
|
||||||
func (s *fileSender) retrySend() bool { return false }
|
func (s *fileSender) retrySend() bool { return false }
|
||||||
|
|
||||||
// mtsSender implemented loadSender and provides sending capability specifically
|
// mtsSender implements loadSender and provides sending capability specifically
|
||||||
// for use with MPEGTS packetization. It handles the construction of appropriately
|
// for use with MPEGTS packetization. It handles the construction of appropriately
|
||||||
// lengthed clips based on PSI. It also fixes accounts for discontinuities by
|
// lengthed clips based on PSI. It also fixes accounts for discontinuities by
|
||||||
// setting the discontinuity indicator for the first packet of a clip.
|
// setting the discontinuity indicator for the first packet of a clip.
|
||||||
|
|
Loading…
Reference in New Issue