mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 16:10:59 +08:00
move RTP decoders/encoders into pkt/rtpcodecs
This commit is contained in:
6
pkg/rtpcodecs/rtph265/rtph265.go
Normal file
6
pkg/rtpcodecs/rtph265/rtph265.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// Package rtph265 contains a RTP/H265 decoder and encoder.
|
||||
package rtph265
|
||||
|
||||
const (
|
||||
rtpClockRate = 90000 // H265 always uses 90khz
|
||||
)
|
Reference in New Issue
Block a user