summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-02-15 21:01:50 +0000
committersfan5 <sfan5@live.de>2023-02-24 13:55:29 +0100
commitfb48722234e94539c269d2f0034be8a87ca32ccb (patch)
tree6b8d47723f4b1b92f9b84c1e427eaf60f57e5132 /DOCS
parent0d991eba7242f1f7df6d62151305939c57956fe4 (diff)
downloadmpv-fb48722234e94539c269d2f0034be8a87ca32ccb.tar.bz2
mpv-fb48722234e94539c269d2f0034be8a87ca32ccb.tar.xz
video: make csp equalizer params float
This allows more precise adjustments. Fixes #11316
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 2c94f37cdc..bff74cd16c 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -55,6 +55,8 @@ Interface changes
- add `--tone-mapping=st2094-40` and `--tone-mapping=st2094-10`
- change `--screenshot-jxl-effort` default from `3` to `4`.
- add `--tone-mapping-visualize`
+ - change type of `--brightness`, `--saturation`, `--contrast`, `--hue` and
+ `--gamma` to float.
--- mpv 0.35.0 ---
- add the `--vo=gpu-next` video output driver, as well as the options
`--allow-delayed-peak-detect`, `--builtin-scalers`,