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>2012-12-20 17:20:19 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-01-19 03:22:58 +0400
commitd4890c10680edaeccd7a186467b59930ef922d26 (patch)
tree09756ec6df4a6015f88b334aaad9f00cb54b9928 /doc/muxers.texi
parent6b7d9d515309cb7621dccf102ec43f2710aaf8c4 (diff)
lavf/segment: add support to segment list file entries sliding window listing
In particular, should fix trac ticket #1842.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index c3e4e63c43..fcb51dad04 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -545,8 +545,10 @@ the specified @var{segment_time}.
Default value is @code{cache}.
@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 0.
+Update the list file so that it contains at most the last @var{size}
+segments. If 0 the list file will contain all the segments. Default
+value is 0.
+
@item segment_list type @var{type}
Specify the format for the segment list file.