Added MIME types for WMA/WMV media.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10450 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-12-14 11:58:37 +00:00
parent dd2e2231b0
commit a36b16ba28

View File

@ -45,7 +45,8 @@ struct ext_mime mimes[] = {
{ "ogg", "audio/x-vorbis" },
{ "mpc", "audio/x-mpc" },
{ "asf", "application/x-asf" },
{ "riff", "application/x-riff" },
{ "riff", "application/x-riff" },
{ "wma", "audio/x-ms-wma" },
{ "bmp", "image/x-bmp" },
{ "fax", "image/g3fax" },
@ -96,6 +97,7 @@ struct ext_mime mimes[] = {
{ "mpg", "video/mpeg" },
{ "mpeg", "video/mpeg" },
{ "ogm", "video/x-ogm" },
{ "wmv", "video/x-ms-wmv" },
{ "rm", "application/vnd.rn-realmedia" },
{ "rn", "application/vnd.rn-realmedia" },