summaryrefslogtreecommitdiffstats
path: root/libmpdemux/open.c
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/open.c
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/open.c')
-rw-r--r--libmpdemux/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/open.c b/libmpdemux/open.c
index dfbde8c877..2222f3addc 100644
--- a/libmpdemux/open.c
+++ b/libmpdemux/open.c
@@ -496,7 +496,7 @@ if(strncmp("dvd://",filename,6) == 0){
if (strncmp("tv://", filename, 5) && strncmp("mf://", filename, 5) &&
strncmp("vcd://", filename, 6) && strncmp("dvb://", filename, 6) &&
strncmp("cdda://", filename, 7) && strncmp("cddb://", filename, 7) &&
- strncmp("mpst://", filename, 7) &&
+ strncmp("mpst://", filename, 7) && strncmp("tivo://", filename, 7) &&
strstr(filename, "://")) {
url = url_new(filename);
}