Mercurial > mplayer.hg
changeset 17930:81cbc8debd3c
Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.
author | diego |
---|---|
date | Fri, 24 Mar 2006 01:32:04 +0000 |
parents | 6fe95ee39422 |
children | ed9950b8200d |
files | mp_msg.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mp_msg.h Thu Mar 23 15:17:23 2006 +0000 +++ b/mp_msg.h Fri Mar 24 01:32:04 2006 +0000 @@ -20,6 +20,7 @@ #define MSGL_DBG2 7 // v=2 #define MSGL_DBG3 8 // v=3 #define MSGL_DBG4 9 // v=4 +#define MSGL_DBG5 10 // v=5 #define MSGL_FIXME 1 // for conversions from printf where the appropriate MSGL is not known; set equal to ERR for obtrusiveness #define MSGT_FIXME 0 // for conversions from printf where the appropriate MSGT is not known; set equal to GLOBAL for obtrusiveness