mirror of
https://github.com/aler9/gortsplib
synced 2025-10-30 10:06:28 +08:00
update docs
This commit is contained in:
@@ -24,7 +24,7 @@ type Decoder struct {
|
||||
buf []byte
|
||||
}
|
||||
|
||||
// NewDecoderFromPacketConn creates a decoder around a Reader.
|
||||
// NewDecoder creates a decoder around a Reader.
|
||||
func NewDecoder(r io.Reader) *Decoder {
|
||||
return &Decoder{
|
||||
r: r,
|
||||
|
||||
Reference in New Issue
Block a user