0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

input: change default auto-repeat settings

Rather arbitrary, but reasonable.
This commit is contained in:
wm4 2013-04-24 16:50:30 +02:00
parent 6ca7b80750
commit 040f95d0f1

View File

@ -92,8 +92,8 @@ void set_default_mplayer_options(struct MPOpts *opts)
},
.input = {
.key_fifo_size = 7,
.ar_delay = 100,
.ar_rate = 8,
.ar_delay = 200,
.ar_rate = 40,
.use_joystick = 1,
.use_lirc = 1,
.use_lircc = 1,