summaryrefslogtreecommitdiffstats
path: root/libmpdemux/realrtsp/real.h
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-24 10:33:19 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-24 10:33:19 +0000
commit31d8127a156a01e5f664374543b8f1c38ad15a85 (patch)
treea4e6da4e1f1e01205be32f026571331c41793db9 /libmpdemux/realrtsp/real.h
parentebfa9397279dff0f73686eba0f48c9fd9c0c6e9b (diff)
downloadmpv-31d8127a156a01e5f664374543b8f1c38ad15a85.tar.bz2
mpv-31d8127a156a01e5f664374543b8f1c38ad15a85.tar.xz
Some sanity and bound checking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12267 b3059339-0415-0410-9bf9-f77b7e298cf2
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