diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-06 17:14:23 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 10:43:09 -0300 |
commit | e5bcda6473a2d6984216004506374669501fcf3b (patch) | |
tree | f9e6610a6a3c4d80ecd98b93c2bbc31626a45d49 /doc/muxers.texi | |
parent | 6f34f031908b8f16482e951ee5232116fb42b46a (diff) | |
download | ffmpeg-e5bcda6473a2d6984216004506374669501fcf3b.tar.gz |
avformat/dashenc: Remove deprecated min_seg_duration option
Deprecated in 01ba52852d2ada3c79fe02a7de5bc1fdc27d56e8.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/muxers.texi')
-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 b0f622dbf1..99a56f261a 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -264,8 +264,6 @@ ffmpeg -re -i <input> -map 0 -map 0 -c:a libfdk_aac -c:v libx264 \ @end example @table @option -@item min_seg_duration @var{microseconds} -This is a deprecated option to set the segment length in microseconds, use @var{seg_duration} instead. @item seg_duration @var{duration} Set the segment length in seconds (fractional value can be set). The value is treated as average segment duration when @var{use_template} is enabled and |