Ticket #4501: flv.diff
File flv.diff, 985 bytes (added by , 15 years ago) |
---|
-
src/apps/mediaplayer/MediaPlayer.rdef
51 51 "types" = "video/quicktime", 52 52 "types" = "video/x-avi", 53 53 "types" = "video/x-divx", 54 "types" = "video/x-flv", 54 55 "types" = "video/x-matroska", 55 56 "types" = "video/x-mpeg", 56 57 "types" = "video/x-mpeg2", -
src/data/beos_mime/video/x-flv
1 2 resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime"; 3 4 resource(1, "META:TYPE") "video/x-flv"; 5 6 resource(5, "META:SNIFF_RULE") "0.50 (\"FLV\")"; 7 8 resource(3, "META:S:DESC") #'MSDC' "FLV Movie"; 9 10 resource(4, "META:EXTENS") message(234) { 11 "extensions" = "flv", 12 "type" = "video/x-flv" 13 };