Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-30 17:47:26 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-11-30 17:47:26 +0400
commitf2f17dd8745db2820109cab14af74cee7076dee6 (patch)
tree154fa8261b39162c1495734ab8324584bc013804 /doc/ffserver.texi
parent8209dd332ff858ba498f624b606077da2df8dfa2 (diff)
doc/ffserver: clarify documentation for Feed MaxFileSize option
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r--doc/ffserver.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 3e4f58a8fe..c93852632d 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -430,8 +430,9 @@ Truncate the feed file, rather than appending to it. By default
file size value is reached (see @option{FileMaxSize} option).
@item FileMaxSize @var{size}
-Set maximum size of the feed. 0 means unlimited. The postfixes
-@code{K}, @code{M}, and @code{G} are recognized.
+Set maximum size of the feed file in bytes. 0 means unlimited. The
+postfixes @code{K} (2^10), @code{M} (2^20), and @code{G} (2^30) are
+recognized.
Default value is 5M.