diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-01-09 18:32:11 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-10 13:05:21 +0100 |
commit | 03a7240a73322fab120c5fd6847bcd6687c97579 (patch) | |
tree | 359b26b8de336f608e0c407182504ecc0cceb434 /doc/filters.texi | |
parent | e364fe4cca4cac9666b4ab6fae4fcccdf5e55ff1 (diff) | |
download | ffmpeg-03a7240a73322fab120c5fd6847bcd6687c97579.tar.gz |
avfilter/af_afir: add support for even smaller partition sizes
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b0224a4b80..9d18880913 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1257,7 +1257,7 @@ 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{8} to @var{32768}. +Allowed range is from @var{1} to @var{32768}. Lower values decreases latency at cost of higher CPU usage. @item maxp |