From c47b48c0a629d65cd15e1d3869fbfbb9ee2ceafc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 10 Nov 2018 22:06:13 +0100 Subject: avfilter/vf_lut3d: add spline 1D interpolation --- doc/filters.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3