forked from FFmpeg/FFmpeg
doc/swscaler: explain default Lanczos parameter
Explain that the default Lanczos filter parameter is 3 and that it can be changed by the param0 option. Signed-off-by: Werner Robitza <werner.robitza@gmail.com>
This commit is contained in:
parent
254da41531
commit
7458fa119c
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ Select Gaussian rescaling algorithm.
|
||||||
Select sinc rescaling algorithm.
|
Select sinc rescaling algorithm.
|
||||||
|
|
||||||
@item lanczos
|
@item lanczos
|
||||||
Select Lanczos rescaling algorithm.
|
Select Lanczos rescaling algorithm. The default width (alpha) is 3 and can be
|
||||||
|
changed by setting @code{param0}.
|
||||||
|
|
||||||
@item spline
|
@item spline
|
||||||
Select natural bicubic spline rescaling algorithm.
|
Select natural bicubic spline rescaling algorithm.
|
||||||
|
|
Loading…
Add table
Reference in a new issue