diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-03-31 13:22:10 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-04-02 12:25:37 +0200 |
commit | b00b935d994d8f0a57427c30d6b779e0837dff43 (patch) | |
tree | 6aff9c608da7f2dbdb8511e1d482787d980eddbb /doc | |
parent | 7039045c56e8747e5827dc32236d8c88691ecc46 (diff) | |
download | ffmpeg-b00b935d994d8f0a57427c30d6b779e0837dff43.tar.gz |
avfilter/vf_v360: add lagrange9 interpolation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 44d41a87cf..a8d5fb1b4e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19105,6 +19105,8 @@ Nearest neighbour. @item line @item linear Bilinear interpolation. +@item lagrange9 +Lagrange9 interpolation. @item cube @item cubic Bicubic interpolation. |