This commit is contained in:
Glenn Maynard
2006-12-09 20:01:41 +00:00
parent aebfd2af2e
commit 18d44445e3
-2
View File
@@ -835,7 +835,6 @@ int RageSoundReader_MP3::SetPosition_toc( int iFrame, bool Xing )
* if we're using Xing. */
mad->timer_accurate = !Xing;
{
int bytepos = -1;
if( Xing )
{
@@ -886,7 +885,6 @@ int RageSoundReader_MP3::SetPosition_toc( int iFrame, bool Xing )
} while( get_this_frame_byte(mad) < bytepos );
synth_output();
}
}
return iFrame;
}