[MPlayer-cvslog] CVS: main codec-cfg.c,1.121,1.122

Oded Shimon CVS syncmail at mplayerhq.hu
Tue Dec 6 13:03:53 CET 2005


CVS change done by Oded Shimon CVS

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

Modified Files:
	codec-cfg.c 
Log Message:
another 100l, codec-cfg relied on mp_msg printing nothing....


Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- codec-cfg.c	6 Dec 2005 11:59:14 -0000	1.121
+++ codec-cfg.c	6 Dec 2005 12:03:51 -0000	1.122
@@ -887,7 +887,7 @@
 #endif
 
 int mp_msg_levels[MSGT_MAX];
-int mp_msg_level_all = MSGL_STATUS;
+int mp_msg_level_all = MSGL_ERR;
 int verbose = 0;
 
 void wrapline(FILE *f2,char *s){




More information about the MPlayer-cvslog mailing list