Fixed webm signature

This commit is contained in:
n1474335 2019-10-01 17:11:31 +01:00
parent 10c8101476
commit 087cc6b8fd

View File

@ -418,7 +418,7 @@ export const FILE_SIGNATURES = {
}
],
"Video": [
{
{ // Place before webm
name: "Matroska Multimedia Container",
extension: "mkv",
mime: "video/x-matroska",
@ -444,11 +444,7 @@ export const FILE_SIGNATURES = {
0: 0x1a,
1: 0x45,
2: 0xdf,
3: 0xa3,
4: 0x01,
5: 0x00,
6: 0x00,
7: 0x00
3: 0xa3
},
extractor: null
},