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 rtph265 contains a RTP/H265 decoder and encoder.
package rtph265
const (
rtpClockRate = 90000 // H265 always uses 90khz
)