mirror of https://bitbucket.org/ausocean/av.git
revid: removed retrySend method from file sender
This commit is contained in:
parent
99a4010c79
commit
9db59287a9
|
@ -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) handleSendFail(err error) error { return nil }
|
||||||
|
|
||||||
func (s *fileSender) retrySend() bool { return false }
|
|
||||||
|
|
||||||
// mtsSender implements 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
|
||||||
|
|
Loading…
Reference in New Issue