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:
-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.