[vlc-commits] httpd: add video/webm content type (fix #7208)
Rémi Denis-Courmont
git at videolan.org
Wed Jul 25 14:23:07 CEST 2012
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 24 17:40:17 2012 +0300| [958f15fdc01d1d10dd123caefc46ca4366591346] | committer: Rémi Denis-Courmont
httpd: add video/webm content type (fix #7208)
(cherry picked from commit b0fb30cb10af32c3ec9f1558dd92eadeca8437b6)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=958f15fdc01d1d10dd123caefc46ca4366591346
---
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 e90cc40..51e6e6a 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -221,7 +221,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