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