mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 20:20:40 +08:00
merge format and formatdecenc into formats (#222)
This commit is contained in:
6
pkg/formats/rtph264/rtph264.go
Normal file
6
pkg/formats/rtph264/rtph264.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Package rtph264 contains a RTP/H264 decoder and encoder.
|
||||
package rtph264
|
||||
|
||||
const (
|
||||
rtpClockRate = 90000 // H264 always uses 90khz
|
||||
)
|
Reference in New Issue
Block a user