Mercurial > audlegacy-plugins
changeset 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 | 946de0b91bdc |
children | 95685713a865 |
files | src/voice_removal/voice_removal.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
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, };