summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/real.h
diff options
context:
space:
mode:
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);