reader fixes

This commit is contained in:
Glenn Maynard
2007-02-22 00:51:48 +00:00
parent 12af4ad131
commit 0ae8641ce7
3 changed files with 10 additions and 6 deletions
+2
View File
@@ -693,6 +693,8 @@ RageSoundReader_MP3 *RageSoundReader_MP3::Copy() const
{
RageSoundReader_MP3 *ret = new RageSoundReader_MP3;
ret->m_pFile = m_pFile->Copy();
ret->m_pFile->Seek( 0 );
ret->m_bAccurateSync = m_bAccurateSync;
ret->mad->filesize = mad->filesize;
ret->mad->bitrate = mad->bitrate;