diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-01-24 23:43:11 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-01-25 00:47:06 +0100 |
commit | e41a92910ad3b2efcb56e1c27f644f99d8ce2a4f (patch) | |
tree | 961f7606177545e1d72eaf50d31dcccd0f699039 /doc | |
parent | 4f5a1bcd55108bd46c550bddc8ecc73c50c8173e (diff) | |
download | ffmpeg-e41a92910ad3b2efcb56e1c27f644f99d8ce2a4f.tar.gz |
avfilter/vf_lenscorrection: add bilinear interpolation
Diffstat (limited to 'doc')
-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 62734e06e5..bc5c217ee9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13440,6 +13440,9 @@ no correction. Default is 0. @item k2 Coefficient of the double quadratic correction term. This value has a range [-1,1]. 0 means no correction. Default is 0. +@item i +Set interpolation type. Can be @code{nearest} or @code{bilinear}. +Default is @code{nearest}. @end table The formula that generates the correction is: |