mpv: Remove deprecated and superfluous settings
This commit is contained in:
parent
1701b9d34e
commit
912458d8f0
1 changed files with 1 additions and 6 deletions
|
@ -81,18 +81,13 @@ volume-max=150
|
||||||
audio-file-auto=fuzzy
|
audio-file-auto=fuzzy
|
||||||
# playing at different speed will pitch-correct
|
# playing at different speed will pitch-correct
|
||||||
audio-pitch-correction=yes
|
audio-pitch-correction=yes
|
||||||
# no audio popping on seek
|
|
||||||
audio-stream-silence
|
|
||||||
# lets mpv calc latency instead of PA; disable if errors on network playback or similar
|
|
||||||
pulse-latency-hacks=yes
|
|
||||||
|
|
||||||
### Video
|
### Video
|
||||||
|
|
||||||
|
hwdec=auto
|
||||||
profile=opengl-hq
|
profile=opengl-hq
|
||||||
opengl-early-flush=auto
|
opengl-early-flush=auto
|
||||||
opengl-pbo=no
|
opengl-pbo=no
|
||||||
# brigheen video slightly to account for daylight displaying
|
|
||||||
gamma-factor=1.1
|
|
||||||
# ever so slightly up saturation
|
# ever so slightly up saturation
|
||||||
saturation=12
|
saturation=12
|
||||||
# interpolation options, will take some more cpu
|
# interpolation options, will take some more cpu
|
||||||
|
|
Loading…
Reference in a new issue