diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-08 17:26:33 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-08 17:38:04 +0200 |
commit | 8dc31f8da8338eb84707d0947008d2ccecfc9060 (patch) | |
tree | 8bf65533151278f2f963f8acdcb6a486d35430e5 /doc/muxers.texi | |
parent | 0a7b8effbb510cbf1c1a761cbeb3bd754f1b726c (diff) | |
download | ffmpeg-8dc31f8da8338eb84707d0947008d2ccecfc9060.tar.gz |
lavf/segment: make use of av_parse_time() when parsing the -segment_time value
Increase flexibility/consistency.
Also rename recording_time field to time, for enhanced
consistency/readability.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 9883724ce6..703bbd832e 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -472,8 +472,8 @@ the segment start and end time expressed in seconds. @end table Default value is "flat". -@item segment_time @var{t} -Set segment duration to @var{t} seconds. Default value is 2. +@item segment_time @var{time} +Set segment duration to @var{time}. Default value is "2". @item segment_wrap @var{limit} Wrap around segment index once it reaches @var{limit}. @end table |