Explorar o código

Added .mp4 and .m4v mime types

Sergey Lyubka %!s(int64=14) %!d(string=hai) anos
pai
achega
bc900844f1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      mongoose.c

+ 2 - 0
mongoose.c

@@ -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},