diff src/sid/xmms-sid.c @ 462:c488d191b528 trunk

[svn] - modified the sid plugin to use vfs, for both libsidplay v1 and v2; still requires testing and some work in the is_our_file part
author giacomo
date Fri, 19 Jan 2007 09:56:06 -0800
parents 3da1b8942b8b
children 1e5cb7a00cb0
line wrap: on
line diff
--- a/src/sid/xmms-sid.c	Fri Jan 19 04:46:00 2007 -0800
+++ b/src/sid/xmms-sid.c	Fri Jan 19 09:56:06 2007 -0800
@@ -162,6 +162,7 @@
 	xs_status.audioFormat = -1;
 	xs_status.oversampleEnable = xs_cfg.oversampleEnable;
 	xs_status.oversampleFactor = xs_cfg.oversampleFactor;
+	xs_status.buffer = NULL;
 
 	/* Try to initialize emulator engine */
 	XSDEBUG("initializing emulator engine #%i...\n", xs_cfg.playerEngine);