summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-11-10 22:06:13 +0100
committerPaul B Mahol <onemda@gmail.com>2018-11-10 22:08:42 +0100
commitc47b48c0a629d65cd15e1d3869fbfbb9ee2ceafc (patch)
tree9bc3fb25a700825a774b9db4016d23a594ccb3f6 /doc
parent0bc2326b90a7447b040c74f210a4d0ddb7d458d5 (diff)
avfilter/vf_lut3d: add spline 1D interpolation
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 d16a8b8b1b..fb1dd8f353 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11442,8 +11442,12 @@ Available values are:
Use values from the nearest defined point.
@item linear
Interpolate values using the linear interpolation.
+@item cosine
+Interpolate values using the cosine interpolation.
@item cubic
Interpolate values using the cubic interpolation.
+@item spline
+Interpolate values using the spline interpolation.
@end table
@end table