summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-18 20:03:23 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-02 10:59:24 +0200
commit5a04aae82193d75b8f8814dc7e35f4cc84b1beba (patch)
tree62dd0c3bb6455e315f0d8eb52bebee4a5d52b962 /doc
parent0ed1eeb74435c6d10edd251ce3529fce8ea564d6 (diff)
downloadffmpeg-5a04aae82193d75b8f8814dc7e35f4cc84b1beba.tar.gz
fftools/ffmpeg: deprecate -adrift_threshold
This option has had no effect since -async was removed in 3d86a13b47b726e49c2d780c5f723c290e8a36b4
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 34c413355e..0fea0bacb1 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1749,12 +1749,6 @@ The default is -1.1. One possible usecase is to avoid framedrops in case
of noisy timestamps or to increase frame drop precision in case of exact
timestamps.
-@item -adrift_threshold @var{time}
-Set the minimum difference between timestamps and audio data (in seconds) to trigger
-adding/dropping samples to make it match the timestamps. This option effectively is
-a threshold to select between hard (add/drop) and soft (squeeze/stretch) compensation.
-@code{-async} must be set to a positive value.
-
@item -apad @var{parameters} (@emph{output,per-stream})
Pad the output audio stream(s). This is the same as applying @code{-af apad}.
Argument is a string of filter parameters composed the same as with the @code{apad} filter.