[Mplayer-cvslog] CVS: main/libmpdemux/realrtsp rtsp.c,1.8,1.9
Alex Beregszaszi
syncmail at mplayerhq.hu
Sat Jun 26 12:38:29 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libmpdemux/realrtsp
In directory mail:/var2/tmp/cvs-serv6130
Modified Files:
rtsp.c
Log Message:
cseq starts from 1 according to the standard, patch by Yoshinori Sato
Index: rtsp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rtsp.c 25 Apr 2004 00:17:23 -0000 1.8
+++ rtsp.c 26 Jun 2004 10:38:26 -0000 1.9
@@ -632,7 +632,7 @@
s->server_state=0;
s->server_caps=0;
- s->cseq=0;
+ s->cseq=1;
s->session=NULL;
if (user_agent)
More information about the MPlayer-cvslog
mailing list