[FFmpeg-devel] [PATCH] doc/tcp: update option listen description

Marton Balint cus at passwd.hu
Sat Jan 9 18:28:13 EET 2021



On Sat, 2 Jan 2021, Lingjiang Fang wrote:

> ---
> doc/protocols.texi | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index de377a9546..e5a68dcbf4 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -1635,8 +1635,10 @@ tcp://@var{hostname}:@var{port}[?@var{options}]
> The list of supported options follows.
>
> @table @option
> - at item listen=@var{1|0}
> -Listen for an incoming connection. Default value is 0.
> + at item listen=@var{2|1|0}
> +Listen for an incoming connection.
> +0 disable listen, 1 enable listen single client, 2 enable listen multi-client.
> +Default value is 0.
>
> @item timeout=@var{microseconds}
> Set raise error timeout, expressed in microseconds.

Thanks, applied with slightly different wording.

Regards,
Marton


More information about the ffmpeg-devel mailing list