diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-04-23 11:52:56 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-04-23 13:37:41 +0200 |
commit | 7a128ac2bca21ba98b0ff105457c38a6ba7c9ed1 (patch) | |
tree | e8d8fc6b8a8ba354d7683298b8ccbefaa35cd525 /doc/filters.texi | |
parent | ccc07ebe4527023969c6ba3388ea95c44fdcd2a0 (diff) | |
download | ffmpeg-7a128ac2bca21ba98b0ff105457c38a6ba7c9ed1.tar.gz |
avfilter/af_surround: expose window size to user
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6ce2781c19..33e8ea7b46 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4901,6 +4901,9 @@ Set spread usage of stereo image across X axis for each channel. @item fcy, fly, fry, bly, bry, sly, sry, bcy Set spread usage of stereo image across Y axis for each channel. +@item win_size +Set window size. Allowed range is from @var{1024} to @var{65536}. Default size is @var{4096}. + @item win_func Set window function. |