[FFmpeg-cvslog] doc/muxers/segment: fix formatting of segment_list_type option

Stefano Sabatini git at videolan.org
Thu Jul 2 11:07:20 CEST 2015


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Jul  2 11:00:18 2015 +0200| [8cbce1001db365bab58304609692003f29407541] | committer: Stefano Sabatini

doc/muxers/segment: fix formatting of segment_list_type option

Place @item entry at the right point, remove duplicated description.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8cbce1001db365bab58304609692003f29407541
---

 doc/muxers.texi |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 22a8eb7..d75d7de 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -964,13 +964,6 @@ Allow caching (only affects M3U8 list files).
 Allow live-friendly file generation.
 @end table
 
- at item segment_list_type @var{type}
-Select the listing format.
- at table @option
- at item @var{flat} use a simple flat list of entries.
- at item @var{hls} use a m3u8-like structure.
- at end table
-
 @item segment_list_size @var{size}
 Update the list file so that it contains at most @var{size}
 segments. If 0 the list file will contain all the segments. Default
@@ -980,6 +973,9 @@ value is 0.
 Prepend @var{prefix} to each entry. Useful to generate absolute paths.
 By default no prefix is applied.
 
+ at item segment_list_type @var{type}
+Select the listing format.
+
 The following values are recognized:
 @table @samp
 @item flat



More information about the ffmpeg-cvslog mailing list