Add .mka file format. Only works with ffmpeg extractor

This commit is contained in:
Deluan 2021-10-27 15:00:32 -04:00 committed by Joe Stump
parent 09bfef13f1
commit fc3028d744
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -33,6 +33,7 @@ var audioFormats = map[string]format{
".dsf": {typ: "audio/dsd", lossless: true},
".wv": {typ: "audio/x-wavpack", lossless: true},
".wvp": {typ: "audio/x-wavpack", lossless: true},
".mka": {typ: "audio/x-matroska"},
}
var imageFormats = map[string]string{
".gif": "image/gif",