This commit is contained in:
Glenn Maynard
2003-04-23 19:10:22 +00:00
parent 631c00928d
commit 8d66bb367c
+1
View File
@@ -37,6 +37,7 @@ void RageSoundResampler::reset()
memset(prev, 0, sizeof(prev));
memset(t, 0, sizeof(t));
ipos = 0;
InputChannels = OutputChannels = 2;
}