diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-10-14 20:22:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-14 20:26:23 +0200 |
commit | 890cef1ff6ebbcd14f107fedceed23aa3c80b087 (patch) | |
tree | 6acd1f37d77920ee51639f17d99bc53c3df99a92 /doc | |
parent | e1b820fa339a9cc3178105ff2c05611e8e751852 (diff) | |
download | ffmpeg-890cef1ff6ebbcd14f107fedceed23aa3c80b087.tar.gz |
avfilter/vf_fftfilt: export FFT arrays size
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 20bb15962d..e9eb07590d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11963,6 +11963,10 @@ The width and height of the image. @item N The number of input frame, starting from 0. + +@item WS +@item HS +The size of FFT array for horizontal and vertical processing. @end table @subsection Examples |