mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
support detecting LPCM formats with payload types 10 and 11 (#496)
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/bluenviron/gortsplib/v4/pkg/format/rtpmjpeg"
|
||||
)
|
||||
|
||||
// MJPEG is a RTP format for the Motion-JPEG codec.
|
||||
// MJPEG is the RTP format for the Motion-JPEG codec.
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc2435
|
||||
type MJPEG struct{}
|
||||
|
||||
|
Reference in New Issue
Block a user