summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-27 14:37:10 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-29 23:41:07 +0100
commit26a53519dc82053573740430f6f0313125d36729 (patch)
tree6e67e65cf42cebc1e7ad7fd1a5611e74e441c7d9 /doc
parent9725d07a1770fbfafe5f7b3f7d95a2a513308538 (diff)
avfilter/vf_lut3d: add pyramid interpolation
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index a88d834d75..4aef62158f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13866,6 +13866,8 @@ Use values from the nearest defined point.
Interpolate values using the 8 points defining a cube.
@item tetrahedral
Interpolate values using a tetrahedron.
+@item pyramid
+Interpolate values using a pyramid.
@end table
@end table