summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/real.h
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 21:55:58 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 21:55:58 +0000
commit13636fce07413d5b0e4356302753686dece3b595 (patch)
tree75c41ae50e840c0dce23f2b53785b32dc633ce9b /stream/realrtsp/real.h
parent1d8468125f937b42c0949f5e9a6ce2dd9808bf31 (diff)
downloadmpv-13636fce07413d5b0e4356302753686dece3b595.tar.bz2
mpv-13636fce07413d5b0e4356302753686dece3b595.tar.xz
Realrtsp authentication
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20543 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/realrtsp/real.h')
-rw-r--r--stream/realrtsp/real.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/realrtsp/real.h b/stream/realrtsp/real.h
index d0fe3fe306..447bb30de9 100644
--- a/stream/realrtsp/real.h
+++ b/stream/realrtsp/real.h
@@ -48,7 +48,8 @@ struct real_rtsp_session_t {
};
int real_get_rdt_chunk(rtsp_t *rtsp_session, char **buffer);
-rmff_header_t *real_setup_and_get_header(rtsp_t *rtsp_session, uint32_t bandwidth);
+rmff_header_t *real_setup_and_get_header(rtsp_t *rtsp_session, uint32_t bandwidth,
+ char *username, char *password);
struct real_rtsp_session_t *init_real_rtsp_session (void);
void free_real_rtsp_session (struct real_rtsp_session_t* real_session);