mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 12:10:48 +08:00
Merge branch 'main' into v4
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
// Specification: https://datatracker.ietf.org/doc/html/rfc2250
|
||||
type MPEGTS struct{}
|
||||
|
||||
func (f *MPEGTS) unmarshal(_ uint8, _ string, _ string, _ string, _ map[string]string) error {
|
||||
func (f *MPEGTS) unmarshal(_ *unmarshalContext) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user