Commit 86cc8c05 authored by Laurent Aimar's avatar Laurent Aimar

* http: added wma/wmv mime type.

parent 245a23e0
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* http.c * http.c
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2003 VideoLAN * 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 ...@@ -96,6 +96,8 @@ static struct
{ ".moov", "video/quicktime" }, { ".moov", "video/quicktime" },
{ ".ogg", "application/ogg" }, { ".ogg", "application/ogg" },
{ ".ogm", "application/ogg" }, { ".ogm", "application/ogg" },
{ ".wma", "audio/x-ms-wma" },
{ ".wmv", "video/x-ms-wmv" },
{ ".wav", "audio/wav" }, { ".wav", "audio/wav" },
{ NULL, NULL } { NULL, NULL }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment