1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

doc/filters: fix "ewa_lanczos" filter description

This commit is contained in:
Niklas Haas
2025-04-20 14:32:18 +02:00
parent db0e4eb845
commit 853e66a072

View File

@ -16397,7 +16397,7 @@ Cubic spline approximation of lanczos. No difference in performance, but has
very slightly less ringing.
@item ewa_lanczos
Elliptically weighted average version of lanczos, based on a jinc-sinc kernel.
Elliptically weighted average version of lanczos, based on a jinc-jinc kernel.
This is also popularly referred to as just "Jinc scaling". Slow but very high
quality.