summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-26 19:43:03 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-26 20:08:05 +0100
commit46f170e544e1fdf567dc9bcffe8fa3d3e6310357 (patch)
tree4f76a00c0ce56871358e4884feb299f1c5508ea0 /doc
parent33f6d8e37638304193df575fe5609808606dc188 (diff)
avfilter/vf_lenscorrection: add support for commands
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c35bda46eb..8870457f8e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13468,6 +13468,10 @@ The formula that generates the correction is:
where @var{r_0} is halve of the image diagonal and @var{r_src} and @var{r_tgt} are the
distances from the focal point in the source and target images, respectively.
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section lensfun
Apply lens correction via the lensfun library (@url{http://lensfun.sourceforge.net/}).