summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-01 19:38:17 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-01 20:07:05 +0200
commitf09280dfc47298e47a2e2576c8c37d1c8d4b03b2 (patch)
tree5870def54924ccc3c35e45c335791c97a56814b1 /doc
parent159f8b8d716e62254595582c0723d41b1a52fdc3 (diff)
downloadffmpeg-f09280dfc47298e47a2e2576c8c37d1c8d4b03b2.tar.gz
avfilter/af_arls: improve documentation and extend option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6d2672063c..48b321b621 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3004,10 +3004,13 @@ Pass the 1st input.
Pass the 2nd input.
@item o
-Pass filtered samples.
+Pass difference between desired, 2nd input and error signal estimate.
@item n
-Pass difference between desired and filtered samples.
+Pass difference between input, 1st input and error signal estimate.
+
+@item e
+Pass error signal estimated samples.
Default value is @var{o}.
@end table