mirror of
https://github.com/aler9/gortsplib
synced 2025-10-15 11:40:55 +08:00
support detecting LPCM formats with payload types 10 and 11 (#496)
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/bluenviron/gortsplib/v4/pkg/format/rtpav1"
|
||||
)
|
||||
|
||||
// AV1 is a RTP format for the AV1 codec.
|
||||
// AV1 is the RTP format for the AV1 codec.
|
||||
// Specification: https://aomediacodec.github.io/av1-rtp-spec/
|
||||
type AV1 struct {
|
||||
PayloadTyp uint8
|
||||
|
Reference in New Issue
Block a user