From d6bbe76124c5879099e03754646c4bd70ce5112f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 7 Apr 2011 20:15:43 +0200 Subject: avio: move two ff_udp_* functions from avio_internal to url.h --- libavformat/url.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/url.h') diff --git a/libavformat/url.h b/libavformat/url.h index 941b8af1d1..b8ea6ad2eb 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -140,4 +140,8 @@ int ffurl_get_file_handle(URLContext *h); */ int ffurl_register_protocol(URLProtocol *protocol, int size); +/* udp.c */ +int ff_udp_set_remote_url(URLContext *h, const char *uri); +int ff_udp_get_local_port(URLContext *h); + #endif //AVFORMAT_URL_H -- cgit v1.2.3