Files
mpv/player
wm4 f1205293a7 command: make "add <property> 0" not change the value
The value 0 was treated specially, and effectively forced the increment
to 1. Interestingly, passing 0 or no value also does not include the
scale (from touchpads etc.), but this is probably an accidental behavior
that was never intentionally added.

Simplify it and make the default increment 1. 0 now means what it
should: the value will not be changed. This is not particularly useful,
but on the other hand there is no need for surprising and unintuitive
semantics.

OARG_CYCLEDIR() failed to apply the default value, because
m_option_type_cycle_dir was missing a copy handler - add this too.
2015-09-10 14:15:48 +02:00
..
2015-08-29 02:17:21 -07:00
2015-08-28 20:50:32 +02:00
2015-09-05 15:33:19 +02:00
2015-08-10 18:48:45 +02:00
2015-07-13 23:55:26 +02:00
2015-07-13 23:11:54 +02:00