summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-09-17 05:30:16 +0530
committerNiklas Haas <github-daiK1o@haasn.dev>2023-09-18 17:44:18 +0200
commit1c09ee44c3b0d1001b38ca3dfd030fca644ac5ff (patch)
treeaa8ef54b94150a7641a01cc1f3256a250e48a948 /DOCS/man/options.rst
parent816de3f0647edc325b2b2075e5dcf46e58f205a1 (diff)
downloadmpv-1c09ee44c3b0d1001b38ca3dfd030fca644ac5ff.tar.bz2
mpv-1c09ee44c3b0d1001b38ca3dfd030fca644ac5ff.tar.xz
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.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
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.