From 742142ca92c9354c791dac9901c80c16dbdd638c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 13 Oct 2024 19:46:21 +0200 Subject: [PATCH] filter_kernels: link to explanation of ginseng filter --- video/out/filter_kernels.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video/out/filter_kernels.c b/video/out/filter_kernels.c index 73207a39c2..7a319a979a 100644 --- a/video/out/filter_kernels.c +++ b/video/out/filter_kernels.c @@ -365,6 +365,7 @@ const struct filter_kernel mp_filter_kernels[] = { {{SCALER_JINC, JINC_R3, jinc, .resizable = true}, .polar = true}, {{SCALER_EWA_LANCZOS, JINC_R3, jinc, .resizable = true}, .polar = true, .window = WINDOW_JINC}, {{SCALER_EWA_HANNING, JINC_R3, jinc, .resizable = true}, .polar = true, .window = WINDOW_HANNING}, + // See {{SCALER_EWA_GINSENG, JINC_R3, jinc, .resizable = true}, .polar = true, .window = WINDOW_SINC}, // Slightly sharpened to minimize the 1D step response error (to better // preserve horizontal/vertical lines)