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/avio.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/avio.h') diff --git a/libavformat/avio.h b/libavformat/avio.h index 82c2cece07..2502711be5 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -605,10 +605,6 @@ int avio_open_dyn_buf(AVIOContext **s); */ int avio_close_dyn_buf(AVIOContext *s, uint8_t **pbuffer); -#if FF_API_UDP_GET_FILE -int udp_get_file_handle(URLContext *h); -#endif - /** * Iterate through names of available protocols. * -- cgit v1.2.3