diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-30 17:23:26 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-30 17:28:26 +0100 |
commit | 633e344d962fe569e809c9136efe751b9df5575c (patch) | |
tree | c7f58f30929f080452f508981721d5e84e872403 /doc | |
parent | f0dd5c00cb9a1212db1a09b975072bb46b962718 (diff) | |
download | ffmpeg-633e344d962fe569e809c9136efe751b9df5575c.tar.gz |
avfilter/vf_lagfun: add support for commands
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 a87f2fb7cc..6782be3762 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13458,6 +13458,10 @@ Set factor for decaying. Default is .95. Allowed range is from 0 to 1. Set which planes to filter. Default is all. Allowed range is from 0 to 15. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section lenscorrection Correct radial lens distortion |