mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-28 13:49:01 +08:00
Merge pull request #60 from bakanatorz/master
Added support for Ogg Vorbis audio files
This commit is contained in:
commit
0912a7f473
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user