diff options
author | Stefano Sabatini | 2012-08-16 00:20:48 +0200 |
---|---|---|
committer | Stefano Sabatini | 2012-08-18 12:32:23 +0200 |
commit | 2d31ae2921e5d6abfdc50d8731708d7cf0e7ff20 (patch) | |
tree | 0d9847e3ad528339c854b444668f230775714057 /doc/muxers.texi | |
parent | 1c522e3868937a2cda14607054192e48bec132d1 (diff) |
lavf/segment: change default value for segment_list_size option, from 5 to 0
This is technically a major compatibility break, but seems the most
natural default and what users would expect without reading the docs.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 61e1c03dbc..2a191a6144 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -481,7 +481,7 @@ Generate also a listfile named @var{name}. If not specified no listfile is generated. @item segment_list_size @var{size} Overwrite the listfile once it reaches @var{size} entries. If 0 -the listfile is never overwritten. Default value is 5. +the listfile is never overwritten. Default value is 0. @item segment_list type @var{type} Specify the format for the segment list file. |