From 763e0d259f4485551379c36fe7db48610ebabbab Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Fri, 19 Nov 2021 16:23:51 -0500 Subject: vo_gpu_next: fix lancozs typo to lanczos Fix typo in the warning to avoid ewa_lanczossharp because it might be removed in the future. --- video/out/vo_gpu_next.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c index fca4165d03..44b16638b1 100644 --- a/video/out/vo_gpu_next.c +++ b/video/out/vo_gpu_next.c @@ -1057,7 +1057,7 @@ static const struct pl_filter_config *map_scaler(struct priv *p, par->kernel = *par->config.kernel; par->config.blur = 0.9812505644269356; MP_WARN(p, "'ewa_lanczossharp' is deprecated and will be removed from " - "vo=gpu-next in the future, use --scale=ewa_lancozs " + "vo=gpu-next in the future, use --scale=ewa_lanczos " "--scale-blur=%f to replicate it.\n", par->config.blur); } else { MP_ERR(p, "Failed mapping filter function '%s', no libplacebo analog?\n", -- cgit v1.2.3