Files
mpv/input
James Ross-Gowan 6ccb7b5fa5 command: mark some commands as "scalable"
Scalable commands (seek, cycle and add) understand the cmd->scale
parameter and will "scale" their action accordingly, for example, a seek
with scale = 0.5 will only seek half the specified amount and a seek
with scale = 2.0 will seek twice as much.

Mark these commands so in the next commit, input.c will be able to
synthesize input with cmd->scale = 1 for non-scalable commands.
2017-05-12 22:58:58 +10:00
..
2017-04-01 20:36:39 +02:00
2015-04-13 12:10:01 +02:00
2016-03-15 22:44:15 +01:00
2017-04-01 20:36:39 +02:00
2017-05-03 20:47:11 +02:00