lavf: remove FF_API_UDP_GET_FILE cruft

This commit is contained in:
Anton Khirnov
2011-02-03 12:39:11 +01:00
parent 61573bf1ba
commit c4efa7c229
3 changed files with 1 additions and 11 deletions

View File

@@ -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;