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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-16 02:20:48 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-08-18 14:32:23 +0400
commit2d31ae2921e5d6abfdc50d8731708d7cf0e7ff20 (patch)
tree0d9847e3ad528339c854b444668f230775714057 /doc
parent1c522e3868937a2cda14607054192e48bec132d1 (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')
-rw-r--r--doc/muxers.texi2
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.