mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 12:10:48 +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/pion/rtp"
|
||||
)
|
||||
|
||||
// Vorbis is a RTP format for the Vorbis codec.
|
||||
// Vorbis is the RTP format for the Vorbis codec.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc5215
|
||||
type Vorbis struct {
|
||||
PayloadTyp uint8
|
||||
|
Reference in New Issue
Block a user