Added .ogm as extension for Ogg videos
This commit is contained in:
parent
b29e2012d5
commit
7942ea85b5
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Version string = "0.69.3"
|
Version string = "0.69.4"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
|
@ -23,6 +23,7 @@ func RegisterVideoFormats() *SupportedFormat {
|
||||||
},
|
},
|
||||||
Extensions: []string{
|
Extensions: []string{
|
||||||
`.mp4`,
|
`.mp4`,
|
||||||
|
`.ogm`,
|
||||||
`.ogv`,
|
`.ogv`,
|
||||||
`.webm`,
|
`.webm`,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue