mirror of
https://github.com/pion/webrtc.git
synced 2025-11-02 23:34:17 +08:00
@@ -2,8 +2,6 @@ package rtcp
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// SDESType is the item type used in the RTCP SDES control packet.
|
||||
@@ -47,11 +45,6 @@ func (s SDESType) String() string {
|
||||
}
|
||||
}
|
||||
|
||||
var (
|
||||
errSDESTextTooLong = errors.New("session description must be < 255 octets long")
|
||||
errSDESMissingType = errors.New("session description item missing type")
|
||||
)
|
||||
|
||||
const (
|
||||
sdesSourceLen = 4
|
||||
sdesTypeLen = 1
|
||||
|
||||
Reference in New Issue
Block a user