Add .mka file format. Only works with ffmpeg extractor
This commit is contained in:
parent
2183eb6498
commit
85d48478e8
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ var audioFormats = map[string]format{
|
||||||
".dsf": {typ: "audio/dsd", lossless: true},
|
".dsf": {typ: "audio/dsd", lossless: true},
|
||||||
".wv": {typ: "audio/x-wavpack", lossless: true},
|
".wv": {typ: "audio/x-wavpack", lossless: true},
|
||||||
".wvp": {typ: "audio/x-wavpack", lossless: true},
|
".wvp": {typ: "audio/x-wavpack", lossless: true},
|
||||||
|
".mka": {typ: "audio/x-matroska"},
|
||||||
}
|
}
|
||||||
var imageFormats = map[string]string{
|
var imageFormats = map[string]string{
|
||||||
".gif": "image/gif",
|
".gif": "image/gif",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue