xref: /haiku/src/data/mime_db/video/mp4 (revision cbe0a0c436162d78cc3f92a305b64918c839d079)
1
2resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
3
4resource(1, "META:TYPE") "video/mp4";
5
6resource(2, "META:S:DESC") #'MSDC' "MP4 video file";
7
8resource(3, "META:EXTENS") message(234) {
9	"extensions" = "mp4",
10	"extensions" = "MP4",
11	"extensions" = "m4v",
12	"type" = "video/mp4"
13};
14
15resource(4, "META:SNIFF_RULE") "0.60 [4](-i \"ftyp\")[8](-i \"isom\" | \"iso2\" | \"mmp4\" | \"mp41\" | \"mp42\") ";
16// note: isom and iso2 as major type is against what iso sais, but these exist in the wild, thus they are here.
17