avfilter/vf_lut3d: add spline 1D interpolation

This commit is contained in:
Paul B Mahol
2018-11-10 22:06:13 +01:00
parent 0bc2326b90
commit c47b48c0a6
2 changed files with 36 additions and 0 deletions

View File

@@ -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