summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-15 21:34:38 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-15 21:34:38 +0000
commit31732df54d46c284e6e060870952da61c76650dc (patch)
tree8b030957915cfc028b51c033142b20c1775ce404 /stream
parent41014a19fb274dd25a1add8d626fc77b2263ad9d (diff)
downloadmpv-31732df54d46c284e6e060870952da61c76650dc.tar.bz2
mpv-31732df54d46c284e6e060870952da61c76650dc.tar.xz
Change demuxer for "application/octet-stream" http streams from
ASF to UNKNOWN (autodetect). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19847 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/network.c b/stream/network.c
index 4b8856d4b4..1390838a1a 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -76,7 +76,7 @@ mime_struct_t mime_type_table[] = {
{ "video/x-ms-wma", DEMUXER_TYPE_ASF },
{ "application/x-mms-framed", DEMUXER_TYPE_ASF },
{ "application/vnd.ms.wms-hdr.asfv1", DEMUXER_TYPE_ASF },
- { "application/octet-stream", DEMUXER_TYPE_ASF },
+ { "application/octet-stream", DEMUXER_TYPE_UNKNOWN },
// Playlists
{ "video/x-ms-wmx", DEMUXER_TYPE_PLAYLIST },
{ "audio/x-scpls", DEMUXER_TYPE_PLAYLIST },