Remove INITIALIZED_INPUT from mpctx->initialized_flags
commit66db9ec7d6a9f869dc922ad9a9b8a5d278577bab
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Wed, 30 Apr 2008 06:14:06 +0000 (30 09:14 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Wed, 30 Apr 2008 10:24:56 +0000 (30 13:24 +0300)
tree7a8e265871b095ca366b794f94d89c75765ee07b
parent7b085d4514d091945492cb00fa5a98bbd1bc7cf8
Remove INITIALIZED_INPUT from mpctx->initialized_flags

The input functions are never uninited except at exit. Move the uninit
to player exit function and remove the flag.
input/input.c
mp_core.h
mplayer.c