[MPlayer-dev-eng] [PATCH] Abort on Fatal Messages
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Wed Mar 9 22:16:17 CET 2011
On Wed, Mar 09, 2011 at 07:47:18PM +0100, Tobias Diedrich wrote:
> Abort on fatal messages.
>
> mp_msg.h says we abort on fatal messages, but we currently don't.
No, the comment means that that level should be used for conditions
that will cause exit/abort, not that using that level will do it.
Also it really shouldn't abort in almost all cases but exit cleanly.
I think abort will cause the terminal be messed up, that is extremely
annoying for users.
More information about the MPlayer-dev-eng
mailing list