Remove MPEG2 transport stream (mp2t) sniffer rule
The rule is too general matching any unidentified file whose contents start with the letter 'G' because 'G' = 0x47. This fixes #9193
This commit is contained in:
parent
4807bf0849
commit
d7e572eb57
@ -3,8 +3,6 @@ resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
||||
|
||||
resource(1, "META:TYPE") "video/mp2t";
|
||||
|
||||
resource(2, "META:SNIFF_RULE") "0.30 (0x47)";
|
||||
|
||||
resource(3, "META:S:DESC") #'MSDC' "MPEG-2 transport stream";
|
||||
|
||||
resource(4, "META:EXTENS") message(234) {
|
||||
|
Loading…
Reference in New Issue
Block a user