mirror of
https://github.com/aler9/gortsplib
synced 2025-10-19 05:24:44 +08:00
This commit is contained in:
@@ -251,7 +251,7 @@ func (e ErrClientWriteQueueFull) Error() string {
|
||||
|
||||
// ErrClientRTPPacketsLost is an error that can be returned by a client.
|
||||
type ErrClientRTPPacketsLost struct {
|
||||
Lost int
|
||||
Lost uint
|
||||
}
|
||||
|
||||
// Error implements the error interface.
|
||||
|
Reference in New Issue
Block a user