don't scale SetPosition; it's in source frames

This commit is contained in:
Glenn Maynard
2006-12-27 09:13:48 +00:00
parent 73ca8f0a1e
commit ad5b3543a6
@@ -290,10 +290,6 @@ int RageSoundReader_SpeedChange::Read( char *buf, int iFrames )
int RageSoundReader_SpeedChange::SetPosition( int iFrame )
{
Reset();
// int64_t iScaled = int64_t(iFrame) / m_fSpeedRatio;
// iFrame = (int) iScaled;
return RageSoundReader_Filter::SetPosition( iFrame );
}