Mercurial > mplayer.hg
changeset 29923:88272f3b9b19
mime type [video/x-ms-wmv] is not an ASF redirector.
patch by KO Myung-Hun komh!chollian!net
author | compn |
---|---|
date | Thu, 26 Nov 2009 17:57:33 +0000 |
parents | 3991a8fd6a02 |
children | 747433f6dc07 |
files | stream/asf_streaming.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/asf_streaming.c Tue Nov 24 06:59:21 2009 +0000 +++ b/stream/asf_streaming.c Thu Nov 26 17:57:33 2009 +0000 @@ -475,6 +475,7 @@ if( !strcasecmp(content_type, "application/octet-stream") || !strcasecmp(content_type, "application/vnd.ms.wms-hdr.asfv1") || // New in Corona, first request !strcasecmp(content_type, "application/x-mms-framed") || // New in Corana, second request + !strcasecmp(content_type, "video/x-ms-wmv") || !strcasecmp(content_type, "video/x-ms-asf")) { if( strstr(features, "broadcast") ) {