fix seeking desync

This commit is contained in:
Glenn Maynard
2004-01-20 09:01:15 +00:00
parent 4a0d41256a
commit 02288cc64c
+1
View File
@@ -23,6 +23,7 @@ void RageSoundResampler::reset()
at_eof = false;
memset(prev, 0, sizeof(prev));
memset(t, 0, sizeof(t));
outbuf.clear();
ipos = 0;
}