summaryrefslogtreecommitdiffstats
path: root/stream/asf_streaming.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-29 06:11:02 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-29 06:11:02 +0200
commited333bb31dd62030f62c534277f144e7da318194 (patch)
tree34e67542a3f9e32f399f231b11c7d2c09da722c2 /stream/asf_streaming.c
parent5017d713b1765048cf97d9ef73518ece826e9306 (diff)
parentb2adf9d98d8f59162ffcfdcd254e8626aacbec18 (diff)
downloadmpv-ed333bb31dd62030f62c534277f144e7da318194.tar.bz2
mpv-ed333bb31dd62030f62c534277f144e7da318194.tar.xz
Merge svn changes up to r29971
Diffstat (limited to 'stream/asf_streaming.c')
-rw-r--r--stream/asf_streaming.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 77c0b1ea09..41e9087b50 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -473,6 +473,7 @@ static int asf_http_streaming_type(char *content_type, char *features, HTTP_head
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") ) {