diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-18 18:38:01 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-19 22:31:41 +0200 |
commit | dd13da67b28398d8c252fce2f2f748edbd415202 (patch) | |
tree | 19480872f017b71f78a01aac3c286d5c22d58f9d | |
parent | 469b9ce83fb702b8c988d4dc82cd28c2c6b262cd (diff) | |
download | ffmpeg-dd13da67b28398d8c252fce2f2f748edbd415202.tar.gz |
doc/protocols: extend/clarify documentation for the buffer_size UDP option
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index a2d5a7d6db..6d31cb7ff2 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -560,7 +560,8 @@ Follow the list of supported options. @table @option @item buffer_size=@var{size} -set the UDP buffer size in bytes +Set the UDP socket buffer size in bytes. This is used both for the +receiving and the sending buffer size. @item localport=@var{port} override the local UDP port to bind with |