summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-26 00:41:21 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-26 00:41:21 +0000
commit0bb30d41b375a5316a42a8d98af6d63bd09ef24f (patch)
treeb6db85356932524723249e91f0a424194127ebf1 /stream/stream.h
parent88f37769f2612da8e5a32733e8283268e8a1b64b (diff)
downloadmpv-0bb30d41b375a5316a42a8d98af6d63bd09ef24f.tar.bz2
mpv-0bb30d41b375a5316a42a8d98af6d63bd09ef24f.tar.xz
Support stream redirection from http to mms, fix bug #927.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25163 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 2efa3d39f1..d36e3e6608 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -43,6 +43,7 @@
#define STREAM_SEEK (STREAM_SEEK_BW|STREAM_SEEK_FW)
//////////// Open return code
+#define STREAM_REDIRECTED -2
/// This can't open the requested protocol (used by stream wich have a
/// * protocol when they don't know the requested protocol)
#define STREAM_UNSUPPORTED -1