Merge pull request #60 from bakanatorz/master

Added support for Ogg Vorbis audio files
This commit is contained in:
Sergey Lyubka 2012-12-09 13:26:57 -08:00
commit 0912a7f473

View File

@ -1893,6 +1893,7 @@ static const struct {
{".mp3", 4, "audio/x-mp3"},
{".mid", 4, "audio/mid"},
{".m3u", 4, "audio/x-mpegurl"},
{".ogg", 4, "audio/ogg"},
{".ram", 4, "audio/x-pn-realaudio"},
{".xml", 4, "text/xml"},
{".json", 5, "text/json"},