[FFmpeg-devel] [PATCH] doc/protocols: document unit of timeouts for ftp and http

Lukasz Marek lukasz.m.luki2 at gmail.com
Fri Jul 4 18:57:44 CEST 2014


Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>
---
 doc/protocols.texi |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index cd9126c..a87a395 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -166,9 +166,9 @@ This protocol accepts the following options.
 
 @table @option
 @item timeout
-Set timeout 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.
+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.
 
 @item ftp-anonymous-password
 Password used when login as anonymous user. Typically an e-mail address
@@ -244,9 +244,9 @@ 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
-operation. By default it is set to -1, which means that the timeout is
-not specified.
+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.
 
 @item mime_type
 Export the MIME type.
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list