Add `.mka` file format. Only works with `ffmpeg` extractor

This commit is contained in:
Deluan 2021-10-27 15:00:32 -04:00
parent 2183eb6498
commit 85d48478e8
1 changed files with 1 additions and 0 deletions

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",