Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88501
Collapse All | Expand All

(-)xmms-sid-0.7.4-orig/src/xmms-sid.cc (-1 / +1 lines)
Lines 196-202 Link Here
196
	int fxlen, tn;
196
	int fxlen, tn;
197
	struct sidTuneInfo sidInf;
197
	struct sidTuneInfo sidInf;
198
	char *name;
198
	char *name;
199
	enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
199
	AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
200
	gint chn = xs_emuConf.channels;
200
	gint chn = xs_emuConf.channels;
201
201
202
	tune->getInfo(sidInf);
202
	tune->getInfo(sidInf);

Return to bug 88501