[vlc-commits] httpd: add video/webm content type (fix #7208)

Rémi Denis-Courmont git at videolan.org
Tue Jul 24 16:41:56 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 24 17:40:17 2012 +0300| [b0fb30cb10af32c3ec9f1558dd92eadeca8437b6] | committer: Rémi Denis-Courmont

httpd: add video/webm content type (fix #7208)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0fb30cb10af32c3ec9f1558dd92eadeca8437b6
---

 src/network/httpd.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/network/httpd.c b/src/network/httpd.c
index c5fe1ce..e3195d3 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -219,7 +219,7 @@ static const struct
     { ".wav",   "audio/wav" },
     { ".wma",   "audio/x-ms-wma" },
     { ".wmv",   "video/x-ms-wmv" },
-
+    { ".webm",  "video/webm" },
 
     /* end */
     { "",       "" }



More information about the vlc-commits mailing list