diff src/xs_filter.c @ 324:dd201740a720

Changed copyright text.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Jan 2005 04:11:02 +0000
parents 7a5dc6898659
children 7888e5d973b9
line wrap: on
line diff
--- a/src/xs_filter.c	Sat Jan 08 17:07:02 2005 +0000
+++ b/src/xs_filter.c	Tue Jan 11 04:11:02 2005 +0000
@@ -3,7 +3,8 @@
 
    Audio rate-conversion filter
    
-   Written by Matti "ccr" Hamalainen <ccr@tnsp.org>
+   Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
+   (C) Copyright 1999-2005 Tecnic Software productions (TNSP)
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -19,7 +20,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-#include "xmms-sid.h"
+#include "xs_filter.h"
 
 /* Let's do some preprocessor magic :) */
 #define XS_FVAR(T, P, K) g ## K ## int ## P *sp_ ## T ## P , *dp_ ## T ## P
@@ -35,7 +36,7 @@
 		*(dp_ ## T ## P ++) = ((g ## K ## int ## P) tmpo) Q ;		\
 		}
 
-gint xs_rateconv_filter(void *destBuf, void *srcBuf, AFormat audioFormat, gint oversampleFactor, gint dataSize)
+gint xs_filter_rateconv(void *destBuf, void *srcBuf, AFormat audioFormat, gint oversampleFactor, gint dataSize)
 {
  gint32 tmp, tmpo;
  XS_FVAR(s,8,);