diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-15 12:49:48 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-10-15 12:49:48 +0000 |
commit | 8ef30ac1f309fcf87c4df92e71c890f48cc199bb (patch) | |
tree | 0e4f0050c6fd22336fe80ef55378755e23ae4741 /libavformat/avio.h | |
parent | 198ac67fe843f55535b75bd3f17b3a1b7ee847b6 (diff) | |
download | ffmpeg-8ef30ac1f309fcf87c4df92e71c890f48cc199bb.tar.gz |
add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()
public function
Originally committed as revision 25481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 118b7f27c9..e4fd601724 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -562,7 +562,7 @@ void init_checksum(ByteIOContext *s, /* udp.c */ int udp_set_remote_url(URLContext *h, const char *uri); int udp_get_local_port(URLContext *h); -#if (LIBAVFORMAT_VERSION_MAJOR <= 52) +#if FF_API_UDP_GET_FILE int udp_get_file_handle(URLContext *h); #endif |