avio: make udp_set_remote_url/get_local_port internal.

This commit is contained in:
Anton Khirnov
2011-03-08 10:35:52 +01:00
parent 4377fafda1
commit 4ec153bb66
5 changed files with 19 additions and 13 deletions

View File

@@ -70,5 +70,9 @@ int ffio_read_pause(AVIOContext *h, int pause);
int64_t ffio_read_seek (AVIOContext *h, int stream_index,
int64_t timestamp, int flags);
/* udp.c */
int ff_udp_set_remote_url(URLContext *h, const char *uri);
int ff_udp_get_local_port(URLContext *h);
#endif // AVFORMAT_AVIO_INTERNAL_H