From c4efa7c22960588ff5163a1cfe026b48b8f6ec41 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 3 Feb 2011 12:39:11 +0100 Subject: lavf: remove FF_API_UDP_GET_FILE cruft --- libavformat/udp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libavformat/udp.c') diff --git a/libavformat/udp.c b/libavformat/udp.c index b881ff95fd..e16dc4c7e0 100644 --- a/libavformat/udp.c +++ b/libavformat/udp.c @@ -292,10 +292,7 @@ int ff_udp_get_local_port(URLContext *h) * streams at the same time. * @param h media file context */ -#if !FF_API_UDP_GET_FILE -static -#endif -int udp_get_file_handle(URLContext *h) +static int udp_get_file_handle(URLContext *h) { UDPContext *s = h->priv_data; return s->udp_fd; -- cgit v1.2.3