[haiku-commits] r38811 - haiku/trunk/src/data/beos_mime/video

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 25 Sep 2010 16:47:58 +0200 (CEST)

Author: stippi
Date: 2010-09-25 16:47:58 +0200 (Sat, 25 Sep 2010)
New Revision: 38811
Changeset: http://dev.haiku-os.org/changeset/38811
Ticket: http://dev.haiku-os.org/ticket/4501

Added:
   haiku/trunk/src/data/beos_mime/video/x-flv
Log:
Patch by plfiorini from ticket #4501. Untyped FLV movies
shall be auto-identified. Thanks!


Added: haiku/trunk/src/data/beos_mime/video/x-flv
===================================================================
--- haiku/trunk/src/data/beos_mime/video/x-flv                          (rev 0)
+++ haiku/trunk/src/data/beos_mime/video/x-flv  2010-09-25 14:47:58 UTC (rev 
38811)
@@ -0,0 +1,13 @@
+
+resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
+
+resource(1, "META:TYPE") "video/x-flv";
+
+resource(5, "META:SNIFF_RULE") "0.50 (\"FLV\")";
+
+resource(3, "META:S:DESC") #'MSDC' "FLV movie";
+
+resource(4, "META:EXTENS") message(234) {
+       "extensions" = "flv",
+       "type" = "video/x-flv"
+};


Other related posts:

  • » [haiku-commits] r38811 - haiku/trunk/src/data/beos_mime/video - superstippi