mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
d5d4c6c7e2
Move some global and static variables under a struct that can be given as a parameter. Add a context argument to the property functions so that they do not have to depend on global/static variables. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22298 b3059339-0415-0410-9bf9-f77b7e298cf2
4 lines
141 B
C
4 lines
141 B
C
int run_command(MPContext *mpctx, mp_cmd_t *cmd);
|
|
char *property_expand_string(MPContext *mpctx, char *str);
|
|
void property_print_help(void);
|