mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
support detecting LPCM formats with payload types 10 and 11 (#496)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/bluenviron/gortsplib/v4/pkg/format/rtpsimpleaudio"
|
||||
)
|
||||
|
||||
// Opus is a RTP format for the Opus codec.
|
||||
// Opus is the RTP format for the Opus codec.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc7587
|
||||
type Opus struct {
|
||||
PayloadTyp uint8
|
||||
|
Reference in New Issue
Block a user