Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-07 22:15:43 +0400
committerAnton Khirnov <anton@khirnov.net>2011-04-08 09:08:22 +0400
commitd6bbe76124c5879099e03754646c4bd70ce5112f (patch)
tree70e59996fab9123508d5cf2e0c1c283ad2ebb2c9 /libavformat/url.h
parentacaceca2f191b30f64421f6568fd30ad561daec9 (diff)
avio: move two ff_udp_* functions from avio_internal to url.h
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h4
1 files changed, 4 insertions, 0 deletions
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