You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/protocols: improve wording of a sentence in http docs
Suggested-By: Alexander Strasser
This commit is contained in:
@@ -134,7 +134,8 @@ This protocol accepts the following options.
|
|||||||
@item seekable
|
@item seekable
|
||||||
Control seekability of connection. If set to 1 the resource is
|
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,
|
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
|
@item chunked_post
|
||||||
If set to 1 use chunked transfer-encoding for posts, default is 1.
|
If set to 1 use chunked transfer-encoding for posts, default is 1.
|
||||||
|
Reference in New Issue
Block a user