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