From 1c09ee44c3b0d1001b38ca3dfd030fca644ac5ff Mon Sep 17 00:00:00 2001 From: llyyr Date: Sun, 17 Sep 2023 05:30:16 +0530 Subject: filter_kernels: remove bcspline filter After fixing the B and C params for bcspline, it ended up being the same thing as bicubic. There's no reason to have two names for the same filter, so remove bcspline and keep bicubic to match libplacebo. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index e78f8b1a24..7d354adde2 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5338,8 +5338,8 @@ them. filter is not tunable. Currently, this affects the following filter parameters: - bcspline - Spline parameters (``B`` and ``C``). Defaults to 0.5 for both. + bicubic + Spline parameters (``B`` and ``C``). Defaults to B=1 and C=0. gaussian Scale parameter (``t``). Increasing this makes the result blurrier. -- cgit v1.2.3