Mercurial > audlegacy-plugins
diff src/voice_removal/voice_removal.c @ 1897:65717457fcab
More descriptive plugin name for voice_removal.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 13:29:15 -0500 |
parents | e85bb4872787 |
children | 6acf1bda788b |
line wrap: on
line diff
--- a/src/voice_removal/voice_removal.c Wed Sep 26 12:34:39 2007 -0500 +++ b/src/voice_removal/voice_removal.c Wed Sep 26 13:29:15 2007 -0500 @@ -26,13 +26,11 @@ #include "../../config.h" -#define PLUGIN_NAME "voice_removal " PACKAGE_VERSION - static int apply_effect (gpointer *d, gint length, AFormat afmt, gint srate, gint nch); static EffectPlugin xmms_plugin = { - .description = PLUGIN_NAME, + .description = "Voice Removal Plugin", .mod_samples = apply_effect, };