update documentation (#295)

This commit is contained in:
Alessandro Ros
2023-05-31 19:30:25 +02:00
committed by GitHub
parent d609d96416
commit b3bf4725b1
6 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ func joinFragments(fragments [][]byte, size int) []byte {
return ret
}
// Decoder is a RTP/MPEG-2 Audio decoder.
// Decoder is a RTP/MPEG-1/2 Audio decoder.
// Specification: https://datatracker.ietf.org/doc/html/rfc2250
type Decoder struct {
timeDecoder *rtptime.Decoder