[FFmpeg-cvslog] doc/muxers: sort options for the segment muxer

Stefano Sabatini git at videolan.org
Sun Jul 8 17:10:07 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jul  8 16:45:37 2012 +0200| [0a7b8effbb510cbf1c1a761cbeb3bd754f1b726c] | committer: Stefano Sabatini

doc/muxers: sort options for the segment muxer

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

 doc/muxers.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 2d7c32f..9883724 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -442,8 +442,6 @@ The segment muxer supports the following options:
 @item segment_format @var{format}
 Override the inner container format, by default it is guessed by the filename
 extension.
- at item segment_time @var{t}
-Set segment duration to @var{t} seconds. Default value is 2.
 @item segment_list @var{name}
 Generate also a listfile named @var{name}. If not specified no
 listfile is generated.
@@ -474,6 +472,8 @@ the segment start and end time expressed in seconds.
 @end table
 
 Default value is "flat".
+ at item segment_time @var{t}
+Set segment duration to @var{t} seconds. Default value is 2.
 @item segment_wrap @var{limit}
 Wrap around segment index once it reaches @var{limit}.
 @end table



More information about the ffmpeg-cvslog mailing list