mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 03:31:59 +08:00
avfilter/vf_lut3d: add spline 1D interpolation
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user