summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-06-21 21:25:56 +0200
committerPaul B Mahol <onemda@gmail.com>2020-06-21 21:35:40 +0200
commit683a1599d449ca434466742ba73371d2763bc7b9 (patch)
tree961677914dcd7872f5514dd4d63c9d5f1b31f59c /doc
parent842bc312ade8fab82465423b22c4fbe3bee63383 (diff)
avfilter/af_ladspa: add latency compensation
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5f0eb28f76..551604a143 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4197,6 +4197,9 @@ If not specified, or the expressed duration is negative, the audio is
supposed to be generated forever.
Only used if plugin have zero inputs.
+@item latency, l
+Enable latency compensation, by default is disabled.
+Only used if plugin have inputs.
@end table
@subsection Examples