mirror of https://github.com/mpv-player/mpv
builtin.conf: unset default languages in libmpv and encode profiles
The `auto` behavior doesn't really make sense in these contexts.
This commit is contained in:
parent
fbd0be1cf4
commit
ac725764ec
|
@ -28,6 +28,9 @@ input-default-bindings=no
|
|||
input-vo-keyboard=no
|
||||
# OSX/Cocoa global input hooks
|
||||
input-media-keys=no
|
||||
vlang=
|
||||
alang=
|
||||
slang=
|
||||
|
||||
[encoding]
|
||||
vo=lavc
|
||||
|
@ -39,6 +42,9 @@ resume-playback=no
|
|||
load-scripts=no
|
||||
osc=no
|
||||
framedrop=no
|
||||
vlang=
|
||||
alang=
|
||||
slang=
|
||||
|
||||
[gpu-hq]
|
||||
scale=spline36
|
||||
|
|
Loading…
Reference in New Issue