0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/core/input
wm4 bc20f2cb00 core: remove a number of global variables
Move them into per-instance structs. This should get rid of all global
variables in mplayer.c (not counting those referenced by cfg-mplayer.h).

In core/input/ar.c, just remove checking the slave_mode variable. I'm
not sure what this code was supposed to achieve, but slave mode is
broken, slave mode is actually infeasible on OSX (ar.c is completely OSX
specific), and the correct way of doing this would be to disable this
input device per command line switch.
2013-03-08 02:12:53 +01:00
..
appleir.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
ar.c core: remove a number of global variables 2013-03-08 02:12:53 +01:00
ar.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
input.c m_option: don't define OPT_BASE_STRUCT by default 2013-03-01 11:27:59 +01:00
input.h commands: parse seek time arguments like time options 2013-02-26 01:55:52 +01:00
joystick.c Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
joystick.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00
keycodes.h Prefix keycode defines with MP_ 2013-02-12 10:27:00 +01:00
lirc.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
lirc.h Rename directories, move files (step 1 of 2) (does not compile) 2012-11-12 20:06:14 +01:00