diff src/xmms-sid.c @ 324:dd201740a720

Changed copyright text.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Jan 2005 04:11:02 +0000
parents b2707c970c9c
children 15c5b231efc9
line wrap: on
line diff
--- a/src/xmms-sid.c	Sat Jan 08 17:07:02 2005 +0000
+++ b/src/xmms-sid.c	Tue Jan 11 04:11:02 2005 +0000
@@ -3,7 +3,8 @@
 
    Main source file
 
-   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
@@ -464,7 +465,7 @@
 		audioGot /= myStatus.oversampleFactor;		
 		
 		/* Execute rate-conversion with filtering */
-		if (xs_rateconv_filter(audioBuffer, oversampleBuffer,
+		if (xs_filter_rateconv(audioBuffer, oversampleBuffer,
 			myStatus.audioFormat, myStatus.oversampleFactor,
 			audioGot) < 0)
 			{