Browse Source

Fixed webm signature

n1474335 5 years ago
parent
commit
087cc6b8fd
1 changed files with 2 additions and 6 deletions
  1. 2 6
      src/core/lib/FileSignatures.mjs

+ 2 - 6
src/core/lib/FileSignatures.mjs

@@ -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
         },