Commit bc900844 authored by Sergey Lyubka's avatar Sergey Lyubka

Added .mp4 and .m4v mime types

parent a49c688d
......@@ -1771,6 +1771,8 @@ static const struct {
{".swf", 4, "application/x-shockwave-flash",29},
{".mpg", 4, "video/mpeg", 10},
{".mpeg", 5, "video/mpeg", 10},
{".mp4", 4, "video/mp4", 9},
{".m4v", 4, "video/x-m4v", 11},
{".asf", 4, "video/x-ms-asf", 14},
{".avi", 4, "video/x-msvideo", 15},
{".bmp", 4, "image/bmp", 9},
......
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