summaryrefslogtreecommitdiffstats
path: root/stream/rtp.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:32:36 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:32:36 +0000
commit2d79655938d71025999550912dd3b554cf4a3ca7 (patch)
tree94e302bcc2b2b894712b70052e47709e19227670 /stream/rtp.h
parent2410b87a6408d91eb5c8db8d38af5aabfdca4d8a (diff)
downloadmpv-2d79655938d71025999550912dd3b554cf4a3ca7.tar.bz2
mpv-2d79655938d71025999550912dd3b554cf4a3ca7.tar.xz
split rtp stack, udp input layer and rtp input layer from rtp.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19319 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/rtp.h')
-rw-r--r--stream/rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/rtp.h b/stream/rtp.h
index c244eff2f4..f961553b3d 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -34,5 +34,6 @@ struct rtpheader { /* in network byte order */
static int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData);
int read_rtp_from_server(int fd, char *buffer, int length);
+int rtp_open_socket (URL_t *url);
#endif