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:
parent
d5b989f7ff
commit
9e0c18a3e0
@ -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" },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user