# HG changeset patch # User nenolod # Date 1180075852 25200 # Node ID d490d566a4319b7be9d5486eecc2a2ffd9b8c20c # Parent 80d9d46f6ee4568e2aefa67ef9f11159d2e04697 [svn] - voice_removal: convert to plugin API v2 diff -r 80d9d46f6ee4 -r d490d566a431 ChangeLog --- a/ChangeLog Thu May 24 23:47:20 2007 -0700 +++ b/ChangeLog Thu May 24 23:50:52 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-25 06:47:20 +0000 William Pitcock + revision [2382] + - stereo: convert to plugin API v2 + + trunk/src/stereo_plugin/stereo.c | 11 ++++------- + 1 file changed, 4 insertions(+), 7 deletions(-) + + 2007-05-25 06:46:18 +0000 William Pitcock revision [2380] - ladspa: convert to plugin API v2 diff -r 80d9d46f6ee4 -r d490d566a431 src/voice_removal/voice_removal.c --- a/src/voice_removal/voice_removal.c Thu May 24 23:47:20 2007 -0700 +++ b/src/voice_removal/voice_removal.c Thu May 24 23:50:52 2007 -0700 @@ -43,9 +43,9 @@ NULL }; -EffectPlugin *get_eplugin_info (void) { - return &xmms_plugin; -} +EffectPlugin *voice_eplist[] = { &xmms_plugin, NULL }; + +DECLARE_PLUGIN(voice_removal, NULL, NULL, NULL, NULL, voice_eplist, NULL, NULL); static int apply_effect (gpointer *d, gint length, AFormat afmt, gint srate, gint nch) {