diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-03-08 10:35:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-03-23 17:32:13 +0100 |
commit | 4ec153bb66a95da46c98e269bd0aa787e6172ed3 (patch) | |
tree | fc9f40f0de76ea32bcdb718321be638eea8074be /doc/protocols.texi | |
parent | 4377fafda100117f75d62ba91bce6d8509e01a50 (diff) | |
download | ffmpeg-4ec153bb66a95da46c98e269bd0aa787e6172ed3.tar.gz |
avio: make udp_set_remote_url/get_local_port internal.
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index a17d66362a..83c238f346 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -433,9 +433,9 @@ set the time to live value (for multicast only) @item connect=@var{1|0} Initialize the UDP socket with @code{connect()}. In this case, the -destination address can't be changed with udp_set_remote_url later. +destination address can't be changed with ff_udp_set_remote_url later. If the destination address isn't known at the start, this option can -be specified in udp_set_remote_url, too. +be specified in ff_udp_set_remote_url, too. This allows finding out the source address for the packets with getsockname, and makes writes return with AVERROR(ECONNREFUSED) if "destination unreachable" is received. |