[FFmpeg-cvslog] doc/protocols: improve wording of a sentence in http docs

Stefano Sabatini git at videolan.org
Sat Jan 12 11:03:39 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 12 11:01:12 2013 +0100| [4a0d1b2159a804de6b91e34ba8e4c12bd76a2da7] | committer: Stefano Sabatini

doc/protocols: improve wording of a sentence in http docs

Suggested-By: Alexander Strasser

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a0d1b2159a804de6b91e34ba8e4c12bd76a2da7
---

 doc/protocols.texi |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index c6579bb..6fdd08d 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -134,7 +134,8 @@ This protocol accepts the following options.
 @item seekable
 Control seekability of connection. If set to 1 the resource is
 supposed to be seekable, if set to 0 it is assumed not to be seekable,
-if set to -1 it will autodetect the seekability. Default value is -1.
+if set to -1 it will try to autodetect if it is seekable. Default
+value is -1.
 
 @item chunked_post
 If set to 1 use chunked transfer-encoding for posts, default is 1.



More information about the ffmpeg-cvslog mailing list