revid: updated comment for mtsSender struct

This commit is contained in:
Saxon 2019-03-14 08:23:08 +10:30
parent 032ffcb8b6
commit 465a7fe973
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ func (s *fileSender) handleSendFail(err error) error { return nil }
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
// lengthed clips based on PSI. It also fixes accounts for discontinuities by
// setting the discontinuity indicator for the first packet of a clip.