summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-27 04:25:12 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-27 04:25:12 +0000
commit81cbdce6aa3597074c9ad33c22d85e8124374fb5 (patch)
tree7bc0de43e003d33bc1644f8bcc0686188f9e3980 /libmpdemux/stream.h
parente80d264f49ee0ae1398fbfcc81cfc94272e2923e (diff)
downloadmpv-81cbdce6aa3597074c9ad33c22d85e8124374fb5.tar.bz2
mpv-81cbdce6aa3597074c9ad33c22d85e8124374fb5.tar.xz
added a stream module for the vstream client library
allows MPlayer to stream video from a properly equipped Tivo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14837 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index a9f9241d76..4ada0fb9d5 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -19,6 +19,7 @@
#define STREAMTYPE_SMB 11 // smb:// url, using libsmbclient (samba)
#define STREAMTYPE_VCDBINCUE 12 // vcd directly from bin/cue files
#define STREAMTYPE_DVB 13
+#define STREAMTYPE_VSTREAM 14
#define STREAM_BUFFER_SIZE 2048