[Mplayer-cvslog] CVS: main/loader module.c,1.7,1.8

Arpi of Ize arpi at mplayerhq.hu
Mon May 20 05:25:27 CEST 2002


Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv6187/loader

Modified Files:
	module.c 
Log Message:
big cosmetics patch, cleanup of messages printed by mplayer and libs.
some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2
mplayer's output is now shorter, readable and consistent


Index: module.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/module.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- module.c	21 Apr 2002 16:11:42 -0000	1.7
+++ module.c	20 May 2002 03:25:25 -0000	1.8
@@ -408,7 +408,7 @@
 	else
 	{
 	    extern char *win32_codec_name;
-	    printf("Loaded %s to address %p\n", libname, wm->module);
+//	    printf("Loaded %s to address %p\n", libname, wm->module);
 	    /* XXX: FIXME, _VERY_ UGLY HACK */
 	    if (!strcmp(libname, "m3jpegdec.ax"))
 		win32_codec_name = strdup("m3jpeg32.dll");




More information about the MPlayer-cvslog mailing list