[FFmpeg-cvslog] doc/ffserver: clarify documentation for Feed MaxFileSize option
Stefano Sabatini
git at videolan.org
Sat Nov 30 14:47:53 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Nov 30 14:47:26 2013 +0100| [f2f17dd8745db2820109cab14af74cee7076dee6] | committer: Stefano Sabatini
doc/ffserver: clarify documentation for Feed MaxFileSize option
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2f17dd8745db2820109cab14af74cee7076dee6
---
doc/ffserver.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 3e4f58a..c938526 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
- at 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.
More information about the ffmpeg-cvslog
mailing list