Merge branch 'main' into v4

This commit is contained in:
aler9
2023-08-25 19:06:02 +02:00
22 changed files with 240 additions and 236 deletions

View File

@@ -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
}