mirror of
https://github.com/aler9/gortsplib
synced 2025-11-03 01:04:00 +08:00
in comments, use specification titles instead of URLs (#830)
This commit is contained in:
@@ -22,7 +22,7 @@ func joinFragments(fragments [][]byte, size int) []byte {
|
||||
}
|
||||
|
||||
// Decoder is a RTP/MPEG-4 Video decoder.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc6416
|
||||
// Specification: RFC6416
|
||||
type Decoder struct {
|
||||
fragments [][]byte
|
||||
fragmentsSize int
|
||||
|
||||
Reference in New Issue
Block a user