diff options
author | Lukasz Marek <lukasz.m.luki2@gmail.com> | 2014-07-04 19:58:20 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-07-05 12:07:11 +0200 |
commit | 362cfe8ce1012ee7ff9fa0503bfcb0c465c9d1b9 (patch) | |
tree | 1b64b3d79a4a2480078d76135d946c4790b7b57d | |
parent | 60f162946f0927e624156e578161e6042c5299c6 (diff) | |
download | ffmpeg-362cfe8ce1012ee7ff9fa0503bfcb0c465c9d1b9.tar.gz |
doc/protocols: document unit of timeouts for ftp and http
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-rw-r--r-- | doc/protocols.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index cd9126cccb..3e5a707b14 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -166,7 +166,7 @@ This protocol accepts the following options. @table @option @item timeout -Set timeout of socket I/O operations used by the underlying low level +Set timeout in microseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified. @@ -244,7 +244,7 @@ Override the User-Agent header. If not specified the protocol will use a string describing the libavformat build. ("Lavf/<version>") @item timeout -Set timeout of socket I/O operations used by the underlying low level +Set timeout in microseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified. |