summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-12-21 13:07:23 +0100
committerPaul B Mahol <onemda@gmail.com>2020-12-21 13:15:27 +0100
commit204a90643713b03003b4d818dbc9dddddbd465bd (patch)
tree900e993f35d6f1e74a1bcc65a1b9f298ad33537c /doc
parent28aedc7f54cd5aca5161e65493795f34050f6d7d (diff)
avfilter/af_crystalizer: implement inverse filtering
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2589ff4349..d6a53624ee 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3690,8 +3690,9 @@ The filter accepts the following options:
@table @option
@item i
-Sets the intensity of effect (default: 2.0). Must be in range between 0.0
+Sets the intensity of effect (default: 2.0). Must be in range between -10.0 to 0
(unchanged sound) to 10.0 (maximum effect).
+To inverse filtering use negative value.
@item c
Enable clipping. By default is enabled.