From f247a3d82d9521394d71c4f95f87789af71de0cc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 29 Apr 2023 10:40:18 +0200 Subject: avfilter/af_adynamicequalizer: add precision option --- doc/filters.texi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1