summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/input.c b/input/input.c
index c416f840b5..694ba25a1e 100644
--- a/input/input.c
+++ b/input/input.c
@@ -304,8 +304,8 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { KEY_DOWN, 0 }, "seek -60" },
{ { KEY_PAGE_UP, 0 }, "seek 600" },
{ { KEY_PAGE_DOWN, 0 }, "seek -600" },
- { { '-', 0 }, "audio_delay 0.100" },
- { { '+', 0 }, "audio_delay -0.100" },
+ { { '+', 0 }, "audio_delay 0.100" },
+ { { '-', 0 }, "audio_delay -0.100" },
{ { '[', 0 }, "speed_mult 0.9091" },
{ { ']', 0 }, "speed_mult 1.1" },
{ { '{', 0 }, "speed_mult 0.5" },