mirror of
https://github.com/aler9/gortsplib
synced 2025-10-23 15:13:30 +08:00
support detecting LPCM formats with payload types 10 and 11 (#496)
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/bluenviron/gortsplib/v4/pkg/format/rtpmpeg4video"
|
||||
)
|
||||
|
||||
// MPEG4Video is a RTP format for a MPEG-4 Video codec.
|
||||
// MPEG4Video is the RTP format for a MPEG-4 Video codec.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc6416#section-7.1
|
||||
type MPEG4Video struct {
|
||||
PayloadTyp uint8
|
||||
|
Reference in New Issue
Block a user