unindent
This commit is contained in:
@@ -835,7 +835,6 @@ int RageSoundReader_MP3::SetPosition_toc( int iFrame, bool Xing )
|
|||||||
* if we're using Xing. */
|
* if we're using Xing. */
|
||||||
mad->timer_accurate = !Xing;
|
mad->timer_accurate = !Xing;
|
||||||
|
|
||||||
{
|
|
||||||
int bytepos = -1;
|
int bytepos = -1;
|
||||||
if( Xing )
|
if( Xing )
|
||||||
{
|
{
|
||||||
@@ -886,7 +885,6 @@ int RageSoundReader_MP3::SetPosition_toc( int iFrame, bool Xing )
|
|||||||
} while( get_this_frame_byte(mad) < bytepos );
|
} while( get_this_frame_byte(mad) < bytepos );
|
||||||
synth_output();
|
synth_output();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return iFrame;
|
return iFrame;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user