summaryrefslogtreecommitdiffstats
path: root/libaf/af_ladspa.c
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-20 23:50:42 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-20 23:50:42 +0000
commit6a166ddf6ab4808a309a2e8f41d54deadc95b179 (patch)
treea32c13065877564dc734d3b661435ad141c8260c /libaf/af_ladspa.c
parent9dd8f241ac2e7b8f35227ab2bbafa27da2978e7d (diff)
downloadmpv-6a166ddf6ab4808a309a2e8f41d54deadc95b179.tar.bz2
mpv-6a166ddf6ab4808a309a2e8f41d54deadc95b179.tar.xz
10l for me. two usages of mp_msg instead of af_msg slipped through
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15791 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af_ladspa.c')
-rw-r--r--libaf/af_ladspa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libaf/af_ladspa.c b/libaf/af_ladspa.c
index 33cac58574..320c341f87 100644
--- a/libaf/af_ladspa.c
+++ b/libaf/af_ladspa.c
@@ -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 @@ static int control(struct af_instance_s *af, int cmd, void *arg) {
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 @@ static int control(struct af_instance_s *af, int cmd, void *arg) {
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....