summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-01-05 09:38:27 +0100
committerPaul B Mahol <onemda@gmail.com>2019-01-05 09:40:41 +0100
commitf2e2456294663b86dd7b410a24bd60dcb21cc1b7 (patch)
tree15dfc843e0296056e7dab4bc38b50bd6356e50c7 /doc
parent5faa1b8b5a04bd946bedd2648c802fbe9ba76599 (diff)
avfilter/af_afir: adjust min partition size
Minimal value allowed by our FFT is 16 thus min partition size is 8.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5c651fc345..98858c5356 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1233,12 +1233,12 @@ Set video stream frame rate. This option is used only when @var{response} is ena
@item minp
Set minimal partition size used for convolution. Default is @var{8192}.
-Allowed range is from @var{16} to @var{32768}.
+Allowed range is from @var{8} to @var{32768}.
Lower values decreases latency at cost of higher CPU usage.
@item maxp
Set maximal partition size used for convolution. Default is @var{8192}.
-Allowed range is from @var{16} to @var{32768}.
+Allowed range is from @var{8} to @var{32768}.
Lower values may increase CPU usage.
@end table