X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtpproto.c;h=c01d9cea183ad682d13660b4568d66a6653d3bb9;hb=d41de90d440ae389262e13fb6c4dc3fdf7261b57;hp=0706cae25f379e419273bdab8b8aad22cdedeacb;hpb=5b5365fe9d635005a9020d89c2448f4b5828d42f;p=ffmpeg diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 0706cae25f3..c01d9cea183 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -636,12 +636,6 @@ int ff_rtp_get_local_rtp_port(URLContext *h) * @return the local port number */ -int ff_rtp_get_local_rtcp_port(URLContext *h) -{ - RTPContext *s = h->priv_data; - return ff_udp_get_local_port(s->rtcp_hd); -} - static int rtp_get_file_handle(URLContext *h) { RTPContext *s = h->priv_data;