summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.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/interface-changes.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/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ea4b8cfe6f..0dfd8331f3 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -60,6 +60,7 @@ Interface changes
- add `--icc-3dlut-size=auto` and make it the default
- add `--scale=ewa_lanczos4sharpest`
- remove `--scale-wblur`, `--cscale-wblur`, `--dscale-wblur`, `--tscale-wblur`
+ - remove `bcspline` filter (`bicubic` is now the same as `bcspline`)
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.