summaryrefslogtreecommitdiffstats
path: root/stream/rtp.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 19:31:53 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 19:31:53 +0000
commit74f76ea788d9af5a37d668de0e53afe13a305aaa (patch)
tree5bd711c9cec8323ced1b7e850ce057c5d19667df /stream/rtp.h
parentae8b32f6c1c52770eb60392daa13eda36210c80f (diff)
downloadmpv-74f76ea788d9af5a37d668de0e53afe13a305aaa.tar.bz2
mpv-74f76ea788d9af5a37d668de0e53afe13a305aaa.tar.xz
removed udp socket creation code from rtp stack to a new dedicated udp helper file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19324 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/rtp.h')
-rw-r--r--stream/rtp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/rtp.h b/stream/rtp.h
index f961553b3d..c244eff2f4 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -34,6 +34,5 @@ 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