don't scale SetPosition; it's in source frames
This commit is contained in:
@@ -290,10 +290,6 @@ int RageSoundReader_SpeedChange::Read( char *buf, int iFrames )
|
|||||||
int RageSoundReader_SpeedChange::SetPosition( int iFrame )
|
int RageSoundReader_SpeedChange::SetPosition( int iFrame )
|
||||||
{
|
{
|
||||||
Reset();
|
Reset();
|
||||||
|
|
||||||
// int64_t iScaled = int64_t(iFrame) / m_fSpeedRatio;
|
|
||||||
// iFrame = (int) iScaled;
|
|
||||||
|
|
||||||
return RageSoundReader_Filter::SetPosition( iFrame );
|
return RageSoundReader_Filter::SetPosition( iFrame );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user