summaryrefslogtreecommitdiff
path: root/libavformat/rtpproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r--libavformat/rtpproto.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index fc1ae06df3..aca6a5a849 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -315,11 +315,6 @@ static int rtp_get_file_handle(URLContext *h)
return s->rtp_fd;
}
-int ff_rtp_get_rtcp_file_handle(URLContext *h) {
- RTPContext *s = h->priv_data;
- return s->rtcp_fd;
-}
-
static int rtp_get_multi_file_handle(URLContext *h, int **handles,
int *numhandles)
{