]> git.sesse.net Git - vlc/commitdiff
* http: added wma/wmv mime type.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 24 Aug 2003 16:24:52 +0000 (16:24 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 24 Aug 2003 16:24:52 +0000 (16:24 +0000)
modules/access_output/http.c

index 9e806850697bc5fdddd55fdd9d4f7a0baaf3a86a..6daeac08b783ddf6f44afae965617406db6b5adc 100644 (file)
@@ -2,7 +2,7 @@
  * 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>
  *
@@ -96,6 +96,8 @@ static struct
     { ".moov",  "video/quicktime" },
     { ".ogg",   "application/ogg" },
     { ".ogm",   "application/ogg" },
+    { ".wma",   "audio/x-ms-wma" },
+    { ".wmv",   "video/x-ms-wmv" },
     { ".wav",   "audio/wav" },
     { NULL,     NULL }
 };