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.
This commit is contained in:
Leo Izen 2021-11-19 16:23:51 -05:00 committed by Jan Ekström
parent 7acbecf7b8
commit 763e0d259f
1 changed files with 1 additions and 1 deletions

View File

@ -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",