[MPlayer-dev-eng] [PATCH] vf_delogo: variable rectangle

Nicolas George nicolas.george at normalesup.org
Thu Mar 17 10:01:20 CET 2011


Le septidi 27 ventôse, an CCXIX, Ingo Brückl a écrit :
> > +static void mp_die(void)
> > +{
> > +    abort();
> > +}
> > +
> The GUI would need a call to something like guiDie() there before.

Would something like that suit you:

static void mp_die_default(void) { abort(); }

void (*mp_die)(void) = mp_die_default;

And what do other think of it?

Remember that this kind of die is for catastrophic failures; you can not
expect to be able to open a dialog box, for example.

Regards,

-- 
  Nicolas George


More information about the MPlayer-dev-eng mailing list