Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2014-03-24 23:00:48 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-25 20:53:14 +0400
commit4d9881e1cc204e4acf9035e46895e274cdc0290d (patch)
tree899a67e6b2cb8e2a792d572130f1cb73d7e20b60 /doc/protocols.texi
parent10056bc964f73426074a4ef4b61f5eda4f636aed (diff)
udp: mention default in documentation
Signed-off-by: rogerdpack <rogerpack2005@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index dfe808044d..6c02a6e4bc 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1102,6 +1102,7 @@ The list of supported options follows.
@item buffer_size=@var{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.
+Default is 64KB. See also @var{fifo_size}.
@item localport=@var{port}
Override the local UDP port to bind with.