[MPlayer-cvslog] CVS: main mp_msg.h,1.37,1.38

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Mar 24 02:32:06 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv28352

Modified Files:
	mp_msg.h 
Log Message:
Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.


Index: mp_msg.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp_msg.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mp_msg.h	9 Feb 2006 14:07:52 -0000	1.37
+++ mp_msg.h	24 Mar 2006 01:32:04 -0000	1.38
@@ -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




More information about the MPlayer-cvslog mailing list