mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
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:
parent
7acbecf7b8
commit
763e0d259f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user