added new MIME types to allow playing OGG movies and mpc audio files from mounted FAT32 (windows) partitions

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6796 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-02-28 23:50:08 +00:00
parent d5b989f7ff
commit 9e0c18a3e0

View File

@ -43,6 +43,7 @@ struct ext_mime mimes[] = {
{ "mp2", "audio/x-mpeg" },
{ "mp3", "audio/x-mpeg" },
{ "ogg", "audio/x-vorbis" },
{ "mpc", "audio/x-mpc" },
{ "asf", "application/x-asf" },
{ "riff", "application/x-riff" },
@ -94,6 +95,7 @@ struct ext_mime mimes[] = {
{ "mov", "video/quicktime" },
{ "mpg", "video/mpeg" },
{ "mpeg", "video/mpeg" },
{ "ogm", "video/x-ogm" },
{ "rm", "application/vnd.rn-realmedia" },
{ "rn", "application/vnd.rn-realmedia" },