summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-10 14:15:12 +0200
committerwm4 <wm4@nowhere>2015-09-10 14:15:48 +0200
commitf1205293a70b13f53bfce0a1a9859132b8421443 (patch)
treefb6ead7e0fbfedbfe9454144ef5349f87de60529 /video
parent2492b5f1198161a04b046554df79390eb312ca5c (diff)
downloadmpv-f1205293a70b13f53bfce0a1a9859132b8421443.tar.bz2
mpv-f1205293a70b13f53bfce0a1a9859132b8421443.tar.xz
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.
Diffstat (limited to 'video')
0 files changed, 0 insertions, 0 deletions