mirror of
https://github.com/aler9/gortsplib
synced 2025-11-02 19:34:01 +08:00
add RTP/MPEG-2 audio decoder and encoder (#257)
This commit is contained in:
@@ -23,6 +23,7 @@ var ErrNonStartingPacketAndNoPrevious = errors.New(
|
||||
"received a non-starting fragment without any previous starting fragment")
|
||||
|
||||
// Decoder is a RTP/H264 decoder.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc6184
|
||||
type Decoder struct {
|
||||
// indicates the packetization mode.
|
||||
PacketizationMode int
|
||||
|
||||
Reference in New Issue
Block a user