mirror of
https://github.com/aler9/gortsplib
synced 2025-11-02 03:22:58 +08:00
in comments, use specification titles instead of URLs (#830)
This commit is contained in:
@@ -28,7 +28,7 @@ func joinFragments(fragments [][]byte, size int) []byte {
|
||||
}
|
||||
|
||||
// Decoder is a RTP/MPEG-1/2 Audio decoder.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc2250
|
||||
// Specification: RFC2250
|
||||
type Decoder struct {
|
||||
firstPacketReceived bool
|
||||
fragments [][]byte
|
||||
|
||||
Reference in New Issue
Block a user