# HG changeset patch # User ertzing # Date 1180301332 25200 # Node ID 1a6f46944e7bc9179d0e6b028ef6802a1f22f755 # Parent 5cf890f62ddf280d5339f811282497cf27f5c8cf [svn] Move effect plugin handling out of the output plugins diff -r 5cf890f62ddf -r 1a6f46944e7b ChangeLog --- a/ChangeLog Sun May 27 14:27:41 2007 -0700 +++ b/ChangeLog Sun May 27 14:28:52 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-27 21:27:41 +0000 Ralf Ertzinger + revision [2434] + Move effect plugin handling out of the output plugins + trunk/src/jack/jack.c | 2 ++ + 1 file changed, 2 insertions(+) + + 2007-05-27 21:26:32 +0000 Ralf Ertzinger revision [2432] Move effect plugin handling out of the output plugins diff -r 5cf890f62ddf -r 1a6f46944e7b src/sun/audio.c --- a/src/sun/audio.c Sun May 27 14:27:41 2007 -0700 +++ b/src/sun/audio.c Sun May 27 14:28:52 2007 -0700 @@ -309,6 +309,7 @@ static inline void sun_write_audio(gpointer data, int length) { +#if 0 AFormat new_format; EffectPlugin *ep; int new_frequency, new_channels; @@ -336,6 +337,7 @@ length = ep->mod_samples(&data, length, input.format.xmms, input.frequency, input.channels); } +#endif if (sun_convert != NULL) length = sun_convert(&data, length);