summaryrefslogtreecommitdiffstats
path: root/libmpdemux/realrtsp/real.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/realrtsp/real.h')
-rw-r--r--libmpdemux/realrtsp/real.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/realrtsp/real.h b/libmpdemux/realrtsp/real.h
index f3b9c61bae..410cc4f5c2 100644
--- a/libmpdemux/realrtsp/real.h
+++ b/libmpdemux/realrtsp/real.h
@@ -38,8 +38,8 @@
* (RealChallenge1 in rtsp). See implementation for details.
*/
void real_calc_response_and_checksum (char *response, char *chksum, char *challenge);
-int real_get_rdt_chunk(rtsp_t *rtsp_session, char *buffer);
-rmff_header_t *real_parse_sdp(char *data, char *stream_rules, uint32_t bandwidth);
+int real_get_rdt_chunk(rtsp_t *rtsp_session, char **buffer);
+rmff_header_t *real_parse_sdp(char *data, char **stream_rules, uint32_t bandwidth);
rmff_header_t *real_setup_and_get_header(rtsp_t *rtsp_session, uint32_t bandwidth);
#endif