mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rename MJPEG label into M-JPEG
This commit is contained in:
@@ -11,7 +11,7 @@ type MJPEG struct{}
|
||||
|
||||
// String implements Format.
|
||||
func (t *MJPEG) String() string {
|
||||
return "MJPEG"
|
||||
return "M-JPEG"
|
||||
}
|
||||
|
||||
// ClockRate implements Format.
|
||||
|
Reference in New Issue
Block a user