diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2014-03-21 17:53:19 -0600 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-22 16:46:06 +0100 |
commit | 3eafe1d71c09ffa521e23d4a3b47b163a4f83a93 (patch) | |
tree | 84bf1ed67c7c5229aaa00aea184f41473f8c5c57 /doc | |
parent | 0b4c5c99bc6f028cc64a7d35e1068b982544d833 (diff) | |
download | ffmpeg-3eafe1d71c09ffa521e23d4a3b47b163a4f83a93.tar.gz |
udp: try to clarify verbiage on buffer_size
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-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 1380c05267..dfe808044d 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1100,8 +1100,8 @@ The list of supported options follows. @table @option @item buffer_size=@var{size} -Set the UDP socket buffer size in bytes. This is used both for the -receiving and the sending buffer size. +Set the UDP maximum socket buffer size in bytes. This is used to set either +the receive or send buffer size, depending on what the socket is used for. @item localport=@var{port} Override the local UDP port to bind with. |