mirror of
https://github.com/aler9/gortsplib
synced 2025-10-18 21:14:38 +08:00
This commit is contained in:
@@ -18,6 +18,6 @@ func New() *LossDetector {
|
||||
|
||||
// Process processes a RTP packet.
|
||||
// It returns the number of lost packets.
|
||||
func (r *LossDetector) Process(pkt *rtp.Packet) int {
|
||||
func (r *LossDetector) Process(pkt *rtp.Packet) uint {
|
||||
return (*rtplossdetector.LossDetector)(r).Process(pkt)
|
||||
}
|
||||
|
Reference in New Issue
Block a user