move RTP decoders/encoders into pkt/rtpcodecs

This commit is contained in:
aler9
2022-11-15 23:08:36 +01:00
parent 9795e9175a
commit c2c0230669
49 changed files with 14 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
// Package rtpvp9 contains a RTP/VP9 decoder and encoder.
package rtpvp9
const (
rtpClockRate = 90000 // VP9 always uses 90khz
)