internal/magic: add mkv as a known video extension

Change-Id: Ifb868a26e7f1f6a9a5603b9ffb791282a19a34b1
This commit is contained in:
Brad Fitzpatrick 2019-03-28 15:13:02 -07:00
parent d7cbec361c
commit 7c03aef51f
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ var VideoExtensions = map[string]bool{
"m1v": true,
"m2v": true,
"m4v": true,
"mkv": true,
}
// HasExtension returns whether the file extension of filename is among