1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-17 04:22:41 +00:00
mpv/player/lua
wm4 311cc5b611 lua: make add_key_binding() rotate optional arguments correctly
add_key_binding() makes the name argument optional (in weird Lua
fashion), which did not work if there were additional arguments. So
there is no way to avoid specifying a name while passing a rp argument.
Fix this, declare this way of skipping the argument as deprecated, and
allow passing name=nil as the preferred way to skip the name argument.
2019-11-23 14:40:00 +01:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
defaults.lua lua: make add_key_binding() rotate optional arguments correctly 2019-11-23 14:40:00 +01:00
options.lua lua: change config file logging 2019-11-01 01:52:05 +01:00
osc.lua osc: calculate osc_geo position after aspect correction 2019-10-29 17:09:26 +01:00
stats.lua stats, demux: log byte level stream seeks 2019-11-07 22:53:13 +01:00
ytdl_hook.lua ytdl_hook: --vid=no should not ignore --ytdl-format in config file 2019-10-24 13:52:09 +02:00