From 74f76ea788d9af5a37d668de0e53afe13a305aaa Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 4 Aug 2006 19:31:53 +0000 Subject: 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 --- stream/rtp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/rtp.h') 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 -- cgit v1.2.3