summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-27 18:44:25 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-29 23:41:07 +0100
commit50dd020f04f73378a2a13ab2f23de0b791ebe079 (patch)
treed32efde705ae6f2fbc3e6f788b41b2f9c38711bf /doc
parent26a53519dc82053573740430f6f0313125d36729 (diff)
avfilter/vf_lut3d: add prism 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 4aef62158f..b5cff39f81 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13868,6 +13868,8 @@ Interpolate values using the 8 points defining a cube.
Interpolate values using a tetrahedron.
@item pyramid
Interpolate values using a pyramid.
+@item prism
+Interpolate values using a prism.
@end table
@end table