mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-13 13:29:03 +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"},
|
{".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"},
|
||||||
|
Loading…
Reference in New Issue
Block a user