diff libmpdemux/realrtsp/rtsp_session.h @ 10199:0c72c1d0d6a4

Fix redirection in real rtsp connections. Patch by yepyep (sdpplin.c part not committed)
author rtognimp
date Wed, 28 May 2003 21:40:53 +0000
parents 6cb7a295ab0e
children 88adbc28f60b
line wrap: on
line diff
--- a/libmpdemux/realrtsp/rtsp_session.h	Tue May 27 19:58:28 2003 +0000
+++ b/libmpdemux/realrtsp/rtsp_session.h	Wed May 28 21:40:53 2003 +0000
@@ -30,7 +30,7 @@
 
 typedef struct rtsp_session_s rtsp_session_t;
 
-rtsp_session_t *rtsp_session_start(int fd, char *mrl, char *path, char *host, int port);
+rtsp_session_t *rtsp_session_start(int fd, char **mrl, char *path, char *host, int port, int *redir);
 
 int rtsp_session_read(rtsp_session_t *session, char *data, int len);