revid: removed retrySend method from file sender

This commit is contained in:
Saxon 2019-03-14 10:41:42 +10:30
parent 99a4010c79
commit 9db59287a9
1 changed files with 0 additions and 2 deletions

View File

@ -166,8 +166,6 @@ func (s *fileSender) close() error { return s.file.Close() }
func (s *fileSender) handleSendFail(err error) error { return nil }
func (s *fileSender) retrySend() bool { return false }
// 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