mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 15:46:51 +08:00
merge format and formatdecenc into formats (#222)
This commit is contained in:
7
pkg/formats/rtpmjpeg/rtpmjpeg.go
Normal file
7
pkg/formats/rtpmjpeg/rtpmjpeg.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// Package rtpmjpeg contains a RTP/M-JPEG decoder and encoder.
|
||||
package rtpmjpeg
|
||||
|
||||
const (
|
||||
rtpClockRate = 90000
|
||||
maxDimension = 2040
|
||||
)
|
Reference in New Issue
Block a user