Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17931 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-03-24 01:32:04 +00:00
parent 8b5c1be40d
commit b7e160dbe9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ extern int identify;
#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