summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2021-11-19 16:23:51 -0500
committerJan Ekström <jeebjp@gmail.com>2021-11-19 23:35:27 +0200
commit763e0d259f4485551379c36fe7db48610ebabbab (patch)
tree3c84e7a1021724f0133484a081e45bab243a9104
parent7acbecf7b84766eef94874d250d2c208cbb9a6d5 (diff)
downloadmpv-763e0d259f4485551379c36fe7db48610ebabbab.tar.bz2
mpv-763e0d259f4485551379c36fe7db48610ebabbab.tar.xz
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.
-rw-r--r--video/out/vo_gpu_next.c2
1 files changed, 1 insertions, 1 deletions
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",