changeset 1134:5cf890f62ddf trunk

[svn] Move effect plugin handling out of the output plugins
author ertzing
date Sun, 27 May 2007 14:27:41 -0700
parents 12a744b04174
children 1a6f46944e7b
files ChangeLog src/jack/jack.c
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun May 27 14:26:32 2007 -0700
+++ b/ChangeLog	Sun May 27 14:27:41 2007 -0700
@@ -1,3 +1,10 @@
+2007-05-27 21:26:32 +0000  Ralf Ertzinger <ralf@skytale.net>
+  revision [2432]
+  Move effect plugin handling out of the output plugins
+  trunk/src/OSS/audio.c |    2 ++
+  1 file changed, 2 insertions(+)
+
+
 2007-05-27 21:26:15 +0000  Ralf Ertzinger <ralf@skytale.net>
   revision [2430]
   Move effect plugin handling out of the output plugins
--- a/src/jack/jack.c	Sun May 27 14:26:32 2007 -0700
+++ b/src/jack/jack.c	Sun May 27 14:27:41 2007 -0700
@@ -436,6 +436,7 @@
 
   TRACE("starting length of %d\n", length);
 
+#if 0
   /* copy the current values into temporary values */
   new_format = input.format;
   new_frequency = input.frequency;
@@ -491,6 +492,7 @@
   }
 
   TRACE("length = %d\n", length);
+#endif
   /* loop until we have written all the data out to the jack device */
   /* this is due to xmms' audio driver api */
   char *buf = (char*)ptr;