[MPlayer-cvslog] CVS: main/libaf af_ladspa.c,1.4,1.5
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Tue Jun 21 01:50:44 CEST 2005
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv6467
Modified Files:
af_ladspa.c
Log Message:
10l for me. two usages of mp_msg instead of af_msg slipped through
Index: af_ladspa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_ladspa.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- af_ladspa.c 27 Feb 2005 22:36:04 -0000 1.4
+++ af_ladspa.c 20 Jun 2005 23:50:42 -0000 1.5
@@ -23,6 +23,7 @@
*
* Changelog
*
+ * 2005-06-21 Replaced erroneous use of mp_msg by af_msg
* 2004-12-23 Added to CVS
* 2004-12-22 Cleaned up cosmetics
* Made conversion loops in play() more cache-friendly
@@ -530,7 +531,7 @@
switch(cmd) {
case AF_CONTROL_REINIT:
- mp_msg(MSGT_AFILTER, MSGL_V, "%s: (re)init\n", setup->myname);
+ af_msg(AF_MSG_VERBOSE, "%s: (re)init\n", setup->myname);
if (!arg) return AF_ERROR;
@@ -549,7 +550,7 @@
case AF_CONTROL_COMMAND_LINE: {
char *buf;
- mp_msg(MSGT_AFILTER, MSGL_V, "%s: parse suboptions\n", setup->myname);
+ af_msg(AF_MSG_VERBOSE, "%s: parse suboptions\n", setup->myname);
/* suboption parser here!
* format is (ladspa=)file:label:controls....
More information about the MPlayer-cvslog
mailing list