From bc984787437f688ccc7cc8d09fd3b0cdd48cbab7 Mon Sep 17 00:00:00 2001
From: John Scipione <jscipione@gmail.com>
Date: Wed, 21 Nov 2012 17:28:23 -0500
Subject: [PATCH] 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.
---
src/data/beos_mime/video/mp2t | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/data/beos_mime/video/mp2t b/src/data/beos_mime/video/mp2t
index 62af73b..370da3a 100644
a
|
b
|
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
3 | 3 | |
4 | 4 | resource(1, "META:TYPE") "video/mp2t"; |
5 | 5 | |
6 | | resource(2, "META:SNIFF_RULE") "0.30 (0x47)"; |
7 | | |
8 | 6 | resource(3, "META:S:DESC") #'MSDC' "MPEG-2 transport stream"; |
9 | 7 | |
10 | 8 | resource(4, "META:EXTENS") message(234) { |