Add auto-identified RealMedia movies (.rmvb) mime type.

Could help regarding the uber evil #6666 issue...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38849 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-09-29 11:03:44 +00:00
parent 77b833b87e
commit 43821aaf68

View File

@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "video/x-rmvb";
resource(2, "META:S:DESC") #'MSDC' "RealMedia Movie";
resource(3, "META:L:DESC") #'MLDC' "RealMedia Variable Bitrate movie";
resource(4, "META:EXTENS") message(234) {
"extensions" = "rmvb",
"type" = "video/x-rmvb"
};
resource(5, "META:SNIFF_RULE") "0.50 (\".RMF\")";