[MPlayer-dev-eng] [PATCH] if(verbose>X) --> mp_msg_test
Diego Biurrun
diego at biurrun.de
Thu Mar 23 10:38:00 CET 2006
On Wed, Mar 22, 2006 at 12:53:37AM +0100, Diego Biurrun wrote:
>
> I've converted
> the proper way and gets us rid of a few global vars as an added bonus.
Forgot to mention: There are some 'if (verbose > 4)' calls, for which I
would have to add something like the following:
--- mp_msg.h 9 Feb 2006 14:07:52 -0000 1.37
+++ mp_msg.h 23 Mar 2006 09:36:14 -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
Anything I overlooked? Otherwise I will doublecheck and commit tonight
or so.
Diego
More information about the MPlayer-dev-eng
mailing list