stream frames are 64-bit

This commit is contained in:
Glenn Maynard
2006-11-30 05:55:42 +00:00
parent 5da7b5a8a4
commit 7af5741c08
4 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -410,8 +410,7 @@ bool RageSound::GetDataToPlay( int16_t *pBuffer, int iFrames, int &iStreamFrame,
}
/* Indicate that a block of audio data has been written to the device. */
// XXX: pos should be int64_t
void RageSound::CommitPlayingPosition( int64_t frameno, int pos, int iGotFrames )
void RageSound::CommitPlayingPosition( int64_t frameno, int64_t pos, int iGotFrames )
{
m_Mutex.Lock();
m_HardwareToStreamMap.Insert( frameno, iGotFrames, pos );