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