cseq starts from 1 according to the standard, patch by Yoshinori Sato

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12679 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-06-26 10:38:26 +00:00
parent 113ca17347
commit 08891559e1
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ rtsp_t *rtsp_connect(int fd, char* mrl, char *path, char *host, int port, char *
s->server_state=0;
s->server_caps=0;
s->cseq=0;
s->cseq=1;
s->session=NULL;
if (user_agent)