From d41de90d440ae389262e13fb6c4dc3fdf7261b57 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sat, 21 Oct 2017 19:45:09 +0100 Subject: libavformat: remove the ff_rtp_get_local_rtcp_port function Only used by ffserver Signed-off-by: Rostislav Pehlivanov --- libavformat/rtpproto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/rtpproto.h') diff --git a/libavformat/rtpproto.h b/libavformat/rtpproto.h index 5b243fb248..131aac5f3c 100644 --- a/libavformat/rtpproto.h +++ b/libavformat/rtpproto.h @@ -26,6 +26,5 @@ int ff_rtp_set_remote_url(URLContext *h, const char *uri); int ff_rtp_get_local_rtp_port(URLContext *h); -int ff_rtp_get_local_rtcp_port(URLContext *h); #endif /* AVFORMAT_RTPPROTO_H */ -- cgit v1.2.3