diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-12-25 10:21:47 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-12-25 20:39:54 +0100 |
commit | 8906145cdf62f20c0006ae9457ce0b95451e304c (patch) | |
tree | 84dbcd4ade80ce80427b3dc5795a69a06313119f /doc/filters.texi | |
parent | 64ddf04460bef57021eda60b91e0ce871174c823 (diff) | |
download | ffmpeg-8906145cdf62f20c0006ae9457ce0b95451e304c.tar.gz |
avfilter/af_afir: increase max partition size
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ceab0ea0f8..9b866de5ae 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1752,12 +1752,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{1} to @var{32768}. +Allowed range is from @var{1} to @var{65536}. 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{8} to @var{32768}. +Allowed range is from @var{8} to @var{65536}. Lower values may increase CPU usage. @item nbirs |