mirror of https://github.com/mpv-player/mpv
builtin.conf: remove unneeded vlang/alang/slang lines
ac725764ec
originally added these to prevent those profiles from having auto as a value. However the auto value was removed in53d032374d
later. So having these lines here no longer serves any purpose since the default value for slang is NULL once again (vlang/alang were never needed here).
This commit is contained in:
parent
d48f71339e
commit
eae99b117a
|
@ -28,9 +28,6 @@ input-default-bindings=no
|
||||||
input-vo-keyboard=no
|
input-vo-keyboard=no
|
||||||
# OSX/Cocoa global input hooks
|
# OSX/Cocoa global input hooks
|
||||||
input-media-keys=no
|
input-media-keys=no
|
||||||
vlang=
|
|
||||||
alang=
|
|
||||||
slang=
|
|
||||||
|
|
||||||
[encoding]
|
[encoding]
|
||||||
vo=lavc
|
vo=lavc
|
||||||
|
@ -42,9 +39,6 @@ resume-playback=no
|
||||||
load-scripts=no
|
load-scripts=no
|
||||||
osc=no
|
osc=no
|
||||||
framedrop=no
|
framedrop=no
|
||||||
vlang=
|
|
||||||
alang=
|
|
||||||
slang=
|
|
||||||
|
|
||||||
[fast]
|
[fast]
|
||||||
scale=bilinear
|
scale=bilinear
|
||||||
|
|
Loading…
Reference in New Issue