xref: /haiku/src/data/mime_db/video/ogg (revision 1a76488fc88584bf66b9751d7fb9b6527ac20d87)
1
2resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
3
4resource(1, "META:TYPE") "video/ogg";
5
6resource(2, "META:S:DESC") #'MSDC' "Ogg video file";
7
8resource(3, "META:L:DESC") #'MLDC' "Ogg video profile (a/v in Ogg container)";
9
10resource(4, "META:EXTENS") message(234) {
11	"extensions" = "ogv",
12	"extensions" = "ogm",
13	"type" = "video/ogg"
14};
15
16resource(5, "META:SNIFF_RULE") "0.6 (\"OggS\") [28] (\"BBCD\\0\" | \"\\213JNG\\r\\n\\032\\n\" | \"\\212MNG\\r\\n\\032\\n\" | \"\\211PNG\\r\\n\\032\\n\" | \"\\x80theora\" | \"YUV4MPEG\")";
17