rename pkg/formats into pkt/format

This commit is contained in:
aler9
2023-08-14 20:47:28 +02:00
parent e2c526b3b8
commit 5e5a21240d
228 changed files with 266 additions and 266 deletions

View File

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