mirror of
https://github.com/aler9/gortsplib
synced 2025-11-02 11:24:05 +08:00
update golangci-lint (#292)
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(payloadType uint8, clock string, codec string, rtpmap string, fmtp map[string]string) error {
|
||||
func (f *MJPEG) unmarshal(_ uint8, _ string, _ string, _ string, _ map[string]string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user