diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-06-21 21:25:56 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-06-21 21:35:40 +0200 |
commit | 683a1599d449ca434466742ba73371d2763bc7b9 (patch) | |
tree | 961677914dcd7872f5514dd4d63c9d5f1b31f59c /doc/filters.texi | |
parent | 842bc312ade8fab82465423b22c4fbe3bee63383 (diff) | |
download | ffmpeg-683a1599d449ca434466742ba73371d2763bc7b9.tar.gz |
avfilter/af_ladspa: add latency compensation
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
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 |