mirror of
https://github.com/aler9/gortsplib
synced 2025-10-19 21:44:51 +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/rtpvp9"
|
||||
)
|
||||
|
||||
// VP9 is a RTP format for the VP9 codec.
|
||||
// VP9 is the RTP format for the VP9 codec.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/draft-ietf-payload-vp9-16
|
||||
type VP9 struct {
|
||||
PayloadTyp uint8
|
||||
|
Reference in New Issue
Block a user