Browse code

doc/muxers/segment: fix formatting of segment_list_type option

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

Stefano Sabatini authored on 2015/07/02 18:00:18
Showing 1 changed files
... ...
@@ -964,13 +964,6 @@ Allow caching (only affects M3U8 list files).
964 964
 Allow live-friendly file generation.
965 965
 @end table
966 966
 
967
-@item segment_list_type @var{type}
968
-Select the listing format.
969
-@table @option
970
-@item @var{flat} use a simple flat list of entries.
971
-@item @var{hls} use a m3u8-like structure.
972
-@end table
973
-
974 967
 @item segment_list_size @var{size}
975 968
 Update the list file so that it contains at most @var{size}
976 969
 segments. If 0 the list file will contain all the segments. Default
... ...
@@ -980,6 +973,9 @@ value is 0.
980 980
 Prepend @var{prefix} to each entry. Useful to generate absolute paths.
981 981
 By default no prefix is applied.
982 982
 
983
+@item segment_list_type @var{type}
984
+Select the listing format.
985
+
983 986
 The following values are recognized:
984 987
 @table @samp
985 988
 @item flat