From 5bbd734fffde5f0d689216c07dfeb3508aeb1f57 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Nov 2014 15:30:36 +0100 Subject: command: don't queue framesteps If repeated framestep commands are sent, just unpause the player, instead of playing N frames for N repeated commands. --- input/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input') diff --git a/input/input.c b/input/input.c index 7c647adef3..3a2bbbc4e5 100644 --- a/input/input.c +++ b/input/input.c @@ -537,6 +537,7 @@ static bool key_updown_ok(enum mp_command_type cmd) { switch (cmd) { case MP_CMD_SCRIPT_BINDING: + case MP_CMD_FRAME_STEP: return true; default: return false; -- cgit v1.2.3