git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
245a23e
)
* http: added wma/wmv mime type.
author
Laurent Aimar
<fenrir@videolan.org>
Sun, 24 Aug 2003 16:24:52 +0000
(16:24 +0000)
committer
Laurent Aimar
<fenrir@videolan.org>
Sun, 24 Aug 2003 16:24:52 +0000
(16:24 +0000)
modules/access_output/http.c
patch
|
blob
|
history
diff --git
a/modules/access_output/http.c
b/modules/access_output/http.c
index
9e80685
..
6daeac0
100644
(file)
--- a/
modules/access_output/http.c
+++ b/
modules/access_output/http.c
@@
-2,7
+2,7
@@
* http.c
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
* http.c
*****************************************************************************
* Copyright (C) 2001-2003 VideoLAN
- * $Id: http.c,v 1.
5 2003/08/03 16:36:20 bigben
Exp $
+ * $Id: http.c,v 1.
6 2003/08/24 16:24:52 fenrir
Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
@@
-96,6
+96,8
@@
static struct
{ ".moov", "video/quicktime" },
{ ".ogg", "application/ogg" },
{ ".ogm", "application/ogg" },
{ ".moov", "video/quicktime" },
{ ".ogg", "application/ogg" },
{ ".ogm", "application/ogg" },
+ { ".wma", "audio/x-ms-wma" },
+ { ".wmv", "video/x-ms-wmv" },
{ ".wav", "audio/wav" },
{ NULL, NULL }
};
{ ".wav", "audio/wav" },
{ NULL, NULL }
};