diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-19 23:23:48 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-19 23:24:54 +0100 |
commit | 80e5859d7a009d05be2458bd157e0ec4ea15f359 (patch) | |
tree | 78fdcbfec8937345c9013bd226d28641e65e6a7a | |
parent | f836b0c581f7c0f7822f3740b3d4a918883f3153 (diff) | |
download | ffmpeg-80e5859d7a009d05be2458bd157e0ec4ea15f359.tar.gz |
doc/muxers/segment: remove wrong default indication for segment_list_flags option
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index bb474c1808..d6a35be68b 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -706,8 +706,6 @@ Allow caching (only affects M3U8 list files). Allow live-friendly file generation. @end table -Default value is @code{samp}. - @item segment_list_size @var{size} 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 |