[Mplayer-cvslog] CVS: main/libmpdemux/realrtsp rtsp.c,1.6,1.7

Roberto Togni CVS rtognimp at mplayerhq.hu
Fri Dec 19 23:49:32 CET 2003


Update of /cvsroot/mplayer/main/libmpdemux/realrtsp
In directory mail:/tmp/cvs-serv15303

Modified Files:
	rtsp.c 
Log Message:
10l let path behave like before the start/stop patch


Index: rtsp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rtsp.c	23 Nov 2003 13:35:55 -0000	1.6
+++ rtsp.c	19 Dec 2003 22:49:29 -0000	1.7
@@ -623,9 +623,9 @@
   s->mrl = strdup(mrl);
   s->host = strdup(host);
   s->port = port;
+  s->path = strdup(path);
   while (*path == '/')
     path++;
-  s->path = strdup(path);
   if ((s->param = strchr(s->path, '?')) != NULL)
     s->param++;
   //printf("path=%s\n", s->path);




More information about the MPlayer-cvslog mailing list