From: Laurent Aimar Date: Sun, 24 Aug 2003 16:24:52 +0000 (+0000) Subject: * http: added wma/wmv mime type. X-Git-Tag: 0.7.0~1053 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=86cc8c056195163344a8d2fab9e3f890166c4bcf;p=vlc * http: added wma/wmv mime type. --- diff --git a/modules/access_output/http.c b/modules/access_output/http.c index 9e80685069..6daeac08b7 100644 --- a/modules/access_output/http.c +++ b/modules/access_output/http.c @@ -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 * @@ -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 } };