summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-04-29 10:40:18 +0200
committerPaul B Mahol <onemda@gmail.com>2023-04-30 11:32:45 +0200
commitf247a3d82d9521394d71c4f95f87789af71de0cc (patch)
tree144cbe4ec6c3a17ddec40261babeb4e1b80e1fbd /doc
parent41dd50ad0dbbdec2225a6793758d40f0281978d9 (diff)
downloadffmpeg-f247a3d82d9521394d71c4f95f87789af71de0cc.tar.gz
avfilter/af_adynamicequalizer: add precision option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 50e1682144..f89b1d0b52 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1107,6 +1107,20 @@ Stop picking threshold value.
@item on
Start picking threshold value.
@end table
+
+@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
@end table
@subsection Commands