]> git.sesse.net Git - ffmpeg/commitdiff
udp: try to clarify verbiage on buffer_size
authorrogerdpack <rogerpack2005@gmail.com>
Fri, 21 Mar 2014 23:53:19 +0000 (17:53 -0600)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 22 Mar 2014 15:46:06 +0000 (16:46 +0100)
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/protocols.texi

index 1380c052679484f11ed6c3710e8d1d6bd8fbe2e2..dfe808044d8ddc93126306a749d4fa2aec8b8e6a 100644 (file)
@@ -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.