# HG changeset patch # User ertzing # Date 1180301385 25200 # Node ID 8cf22270e0bf12c5d9c427ea0154d68bbbe89551 # Parent 1a6f46944e7bc9179d0e6b028ef6802a1f22f755 [svn] Move effect plugin handling out of the output plugins diff -r 1a6f46944e7b -r 8cf22270e0bf ChangeLog --- a/ChangeLog Sun May 27 14:28:52 2007 -0700 +++ b/ChangeLog Sun May 27 14:29:45 2007 -0700 @@ -1,3 +1,10 @@ +2007-05-27 21:28:52 +0000 Ralf Ertzinger + revision [2436] + Move effect plugin handling out of the output plugins + trunk/src/sun/audio.c | 2 ++ + 1 file changed, 2 insertions(+) + + 2007-05-27 21:27:41 +0000 Ralf Ertzinger revision [2434] Move effect plugin handling out of the output plugins diff -r 1a6f46944e7b -r 8cf22270e0bf src/null/null.c --- a/src/null/null.c Sun May 27 14:28:52 2007 -0700 +++ b/src/null/null.c Sun May 27 14:29:45 2007 -0700 @@ -151,10 +151,12 @@ started = TRUE; } +#if 0 if ((ep = get_current_effect_plugin()) != NULL && effects_enabled() && ep->mod_samples) ep->mod_samples(&ptr, length, input_format.format, input_format.frequency, input_format.channels); +#endif written += length; }