diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-20 14:20:19 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-19 00:22:58 +0100 |
commit | d4890c10680edaeccd7a186467b59930ef922d26 (patch) | |
tree | 09756ec6df4a6015f88b334aaad9f00cb54b9928 /doc | |
parent | 6b7d9d515309cb7621dccf102ec43f2710aaf8c4 (diff) | |
download | ffmpeg-d4890c10680edaeccd7a186467b59930ef922d26.tar.gz |
lavf/segment: add support to segment list file entries sliding window listing
In particular, should fix trac ticket #1842.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 6 |
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. |