From f09280dfc47298e47a2e2576c8c37d1c8d4b03b2 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 1 May 2023 19:38:17 +0200 Subject: avfilter/af_arls: improve documentation and extend option --- doc/filters.texi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1