summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-05-14 14:10:07 +0200
committerPaul B Mahol <onemda@gmail.com>2022-05-14 14:11:52 +0200
commite6f0cec88041449475f37b82b76699d2f7b5b124 (patch)
tree4a9312ad144677c73cdb50eea03ab0fea2f8895e /doc
parent8b64d8d9aa7fede94ab531b7be3f73cd2f3c448c (diff)
avfilter/af_acrossover: add precision option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 45ebcccf1c..b6cbdc85cc 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -557,6 +557,22 @@ Set input gain level. Allowed range is from 0 to 1. Default value is 1.
@item gains
Set output gain for each band. Default value is 1 for all bands.
+
+@item precision
+Set which precision to use when processing samples.
+
+@table @option
+@item auto
+Auto pick internal sample format depending on other filters.
+
+@item float
+Always use single-floating point precision sample format.
+
+@item double
+Always use double-floating point precision sample format.
+@end table
+
+Default value is @code{auto}.
@end table
@subsection Examples