GetNextStreamFrame -> GetNextSourceFrame

This commit is contained in:
Glenn Maynard
2006-11-29 09:15:23 +00:00
parent acb7f4ae6b
commit c68c60c67a
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -999,7 +999,7 @@ int RageSoundReader_MP3::SetPosition_Fast( int ms )
}
// XXX: untested
int RageSoundReader_MP3::GetNextStreamFrame() const
int RageSoundReader_MP3::GetNextSourceFrame() const
{
mad_timer_t now( mad->Timer );
mad_timer_multiply( &now, mad->Frame.header.samplerate );