summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-05-14 10:28:49 +0200
committerPaul B Mahol <onemda@gmail.com>2022-05-15 13:34:50 +0200
commit163e737c1793eeea9c2df15298253ffc04906afe (patch)
treeb9adcc5b238908c6ad6f69ea951a42b7e9b3db89 /doc
parente6f0cec88041449475f37b82b76699d2f7b5b124 (diff)
avfilter/af_afir: add support for double sample format
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 b6cbdc85cc..c243caee20 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1655,6 +1655,22 @@ Allowed range is from @var{1} to @var{32}. Default is @var{1}.
Set IR stream which will be used for convolution, starting from @var{0}, should always be
lower than supplied value by @code{nbirs} option. Default is @var{0}.
This option can be changed at runtime via @ref{commands}.
+
+@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 auto.
@end table
@subsection Examples