Remove static mpctx from mplayer.c
commitc1f9fe7d673ab7c34232a1fe9312e60f81503ccf
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Mon, 21 Apr 2008 03:07:22 +0000 (21 06:07 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Wed, 23 Apr 2008 10:48:33 +0000 (23 13:48 +0300)
tree2bfe895f3b56deede80ca8243bc0ed3c46231cd7
parentef74d21b1f1d96b2e3f180c021998fbdd80ffcba
Remove static mpctx from mplayer.c

Pass it in function calls instead. There's no reasonable way to pass
it to exit_player() when used outside mplayer.c. However most of those
uses seem to be wrong (the code should not make the program exit) and
should be removed. For now just make exit_player() uses outside
mplayer.c simply call exit() without any shutdown code.
command.c
metadata.h
mp_core.h
mp_osd.h
mplayer.c
mplayer.h