Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-06 19:14:23 +0300
committerJames Almer <jamrial@gmail.com>2021-04-27 16:43:09 +0300
commite5bcda6473a2d6984216004506374669501fcf3b (patch)
treef9e6610a6a3c4d80ecd98b93c2bbc31626a45d49 /doc/muxers.texi
parent6f34f031908b8f16482e951ee5232116fb42b46a (diff)
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.texi2
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