[vlc-devel] commit: HTTPd: guess MIME type for *.ogv ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jan 11 10:18:48 CET 2009
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jan 11 11:17:10 2009 +0200| [1ed78e97f31c11dd7a9941ec812c0a730b633a02] | committer: Rémi Denis-Courmont
HTTPd: guess MIME type for *.ogv
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ed78e97f31c11dd7a9941ec812c0a730b633a02
---
src/network/httpd.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/network/httpd.c b/src/network/httpd.c
index 4dce0e8..96f702c 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -227,6 +227,7 @@ static const struct
{ ".moov", "video/quicktime" },
{ ".ogg", "application/ogg" },
{ ".ogm", "application/ogg" },
+ { ".ogv", "application/ogg" },
{ ".wav", "audio/wav" },
{ ".wma", "audio/x-ms-wma" },
{ ".wmv", "video/x-ms-wmv" },
More information about the vlc-devel
mailing list