Move initialized_flags to mpctx
commit37e1edee352afb6d1b212403a84827aa6072943a
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Sat, 26 Apr 2008 12:31:39 +0000 (26 15:31 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Sat, 26 Apr 2008 12:31:39 +0000 (26 15:31 +0300)
tree040819e80beb787e1bc8a8305c84a2c6075714a8
parent80d43e8632f3868261a68b75f5e55e5aa5156cd9
Move initialized_flags to mpctx

The function exit_sighandler had a line
  if(initialized_flags==0 && sig_count>1) exit(1);
rather than try to make this work without the variable I just removed
the line as it looks unlikely this condition would occur except very
rarely.
mp_core.h
mplayer.c