update docs (#203)

This commit is contained in:
Alessandro Ros
2023-03-13 18:53:36 +01:00
committed by GitHub
parent 4b7fed505b
commit 253be9913e
21 changed files with 23 additions and 23 deletions

View File

@@ -61,7 +61,7 @@ type Generic struct {
ClockRat int
}
// Init initializes a Generic.
// Init computes the clock rate of the format. It it mandatory to call it.
func (t *Generic) Init() error {
t.ClockRat, _ = findClockRate(t.PayloadTyp, t.RTPMap)
return nil