From bfc6db4477cd1ca6c32ab533783238cf8381f177 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 12 Oct 2011 12:37:42 +0300 Subject: rtpdec: Add ff_ prefix to all nonstatic symbols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- avserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avserver.c') diff --git a/avserver.c b/avserver.c index 7b8bf1397a..ff7a15c105 100644 --- a/avserver.c +++ b/avserver.c @@ -3169,8 +3169,8 @@ static void rtsp_cmd_setup(HTTPContext *c, const char *url, switch(rtp_c->rtp_protocol) { case RTSP_LOWER_TRANSPORT_UDP: - rtp_port = rtp_get_local_rtp_port(rtp_c->rtp_handles[stream_index]); - rtcp_port = rtp_get_local_rtcp_port(rtp_c->rtp_handles[stream_index]); + rtp_port = ff_rtp_get_local_rtp_port(rtp_c->rtp_handles[stream_index]); + rtcp_port = ff_rtp_get_local_rtcp_port(rtp_c->rtp_handles[stream_index]); avio_printf(c->pb, "Transport: RTP/AVP/UDP;unicast;" "client_port=%d-%d;server_port=%d-%d", th->client_port_min, th->client_port_max, -- cgit v1.2.3