fixed overflow when using big audio buffers

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@290 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-07 20:33:31 +00:00
parent 59a7fcb117
commit 057138808b
2 changed files with 2 additions and 2 deletions

View File

@@ -352,7 +352,7 @@ void FASTCALL mixer::clearAudioBuffer( surroundSampleFrame * _ab,
void FASTCALL mixer::bufferToPort( const sampleFrame * _buf,
const fpab_t _frames,
const fpab_t _frames_ahead,
const f_cnt_t _frames_ahead,
const volumeVector & _volume_vector,
audioPort * _port )
{