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

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Sat Aug 28 22:56:58 CEST 2004


CVS change done by Dominik Mierzejewski CVS

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

Modified Files:
	rtsp_session.c 
Log Message:
small fixes


Index: rtsp_session.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp_session.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rtsp_session.c	24 Apr 2004 10:33:19 -0000	1.6
+++ rtsp_session.c	28 Aug 2004 20:56:56 -0000	1.7
@@ -168,7 +168,7 @@
     to_copy -= fill;
     dest += fill;
     this->recv_read = 0;
-    this->recv_size = real_get_rdt_chunk (this->s, &(this->recv));
+    this->recv_size = real_get_rdt_chunk (this->s, (char **)&(this->recv));
     source = this->recv;
     fill = this->recv_size;
 




More information about the MPlayer-cvslog mailing list