[Mplayer-cvslog] CVS: main/libmpdemux open.c,1.97,1.98

Alex Beregszaszi syncmail at mplayerhq.hu
Fri Jun 25 17:19:13 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv21275

Modified Files:
	open.c 
Log Message:
mpst fix

Index: open.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/open.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- open.c	11 Jun 2004 20:57:03 -0000	1.97
+++ open.c	25 Jun 2004 15:19:11 -0000	1.98
@@ -484,6 +484,7 @@
   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) &&
     strstr(filename, "://")) {
      url = url_new(filename);
     }




More information about the MPlayer-cvslog mailing list