mirror of https://github.com/mpv-player/mpv
builtin.conf: remove deprecated opengl-hq profile
Deprecated in 65979986a9
. 6 years is more
than enough time.
This commit is contained in:
parent
6b09525157
commit
96a6c1ae91
|
@ -73,6 +73,7 @@ Interface changes
|
|||
`--hdr-scene-threshold-high=3.0`
|
||||
- update defaults to `--deband-threshold=48`, `--deband-grain=32`
|
||||
- add `--directory-mode=auto` and make it the default
|
||||
- remove deprecated `--profile=opengl-hq`
|
||||
--- mpv 0.36.0 ---
|
||||
- add `--target-contrast`
|
||||
- Target luminance value is now also applied when ICC profile is used.
|
||||
|
|
|
@ -85,7 +85,3 @@ sws-scaler=bilinear
|
|||
sws-fast=yes
|
||||
zimg-scaler=bilinear
|
||||
zimg-dither=no
|
||||
|
||||
# Compatibility alias (deprecated)
|
||||
[opengl-hq]
|
||||
profile=gpu-hq
|
||||
|
|
Loading…
Reference in New Issue