[FFmpeg-cvslog] udp: try to clarify verbiage on buffer_size

rogerdpack git at videolan.org
Sat Mar 22 17:04:43 CET 2014


ffmpeg | branch: master | rogerdpack <rogerpack2005 at gmail.com> | Fri Mar 21 17:53:19 2014 -0600| [3eafe1d71c09ffa521e23d4a3b47b163a4f83a93] | committer: Michael Niedermayer

udp: try to clarify verbiage on buffer_size

Signed-off-by: rogerdpack <rogerpack2005 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3eafe1d71c09ffa521e23d4a3b47b163a4f83a93
---

 doc/protocols.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 1380c05..dfe8080 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.



More information about the ffmpeg-cvslog mailing list