diff src/xs_sidplay1.cc @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents 9dafc55c4270
children fe8b41abd923
line wrap: on
line diff
--- a/src/xs_sidplay1.cc	Sat Feb 17 16:35:01 2007 +0000
+++ b/src/xs_sidplay1.cc	Tue Feb 20 16:53:05 2007 +0000
@@ -33,6 +33,10 @@
 #include <sidplay/fformat.h>
 
 
+/* Maximum audio frequency supported by libSIDPlay v1 */
+#define SIDPLAY1_MAX_FREQ	(48000)
+
+
 typedef struct {
 	emuEngine *currEng;
 	emuConfig currConfig;
@@ -56,7 +60,7 @@
 
 /* Check if we can play the given file
  */
-gboolean xs_sidplay1_isourfile(t_xs_file *f)
+gboolean xs_sidplay1_probe(t_xs_file *f)
 {
 	gchar tmpBuf[4];