Commit 786caaec authored by Eric Bakan's avatar Eric Bakan

Added support for Ogg Vorbis audio files

parent cb62203c
...@@ -1889,6 +1889,7 @@ static const struct { ...@@ -1889,6 +1889,7 @@ static const struct {
{".mp3", 4, "audio/x-mp3"}, {".mp3", 4, "audio/x-mp3"},
{".mid", 4, "audio/mid"}, {".mid", 4, "audio/mid"},
{".m3u", 4, "audio/x-mpegurl"}, {".m3u", 4, "audio/x-mpegurl"},
{".ogg", 4, "audio/ogg"},
{".ram", 4, "audio/x-pn-realaudio"}, {".ram", 4, "audio/x-pn-realaudio"},
{".xml", 4, "text/xml"}, {".xml", 4, "text/xml"},
{".json", 5, "text/json"}, {".json", 5, "text/json"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment