length is in ms

This commit is contained in:
Glenn Maynard
2006-12-09 08:26:08 +00:00
parent ca67a9cb7c
commit d24f70800d
+1 -1
View File
@@ -856,7 +856,7 @@ int RageSoundReader_MP3::SetPosition_toc( int iFrame, bool Xing )
} while( get_this_frame_byte(mad) < bytepos );
synth_output();
mad_timer_set( &mad->Timer, 0, percent * mad->length, 100000 );
mad_timer_set( &mad->Timer, 0, percent * mad->length, 100 );
}
}