rename MJPEG label into M-JPEG

This commit is contained in:
aler9
2022-12-27 17:27:59 +01:00
parent aca56089c1
commit 824fd75d18
9 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ type MJPEG struct{}
// String implements Format.
func (t *MJPEG) String() string {
return "MJPEG"
return "M-JPEG"
}
// ClockRate implements Format.