Changeset 33872
- Timestamp:
- 2010-04-04 23:56:16 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
CS/trunk/plugins/sndsys/renderer/software/drivers/coreaudio/driver_coreaudio.cpp
r33145 r33872 275 275 OSStatus stat = 0; 276 276 size_t framesFilled = attached_renderer->FillDriverBuffer( convert_buffer, convert_size, 0, 0); 277 size_tbytesWritten = outOutputData->mBuffers[0].mDataByteSize;277 UInt32 bytesWritten = outOutputData->mBuffers[0].mDataByteSize; 278 278 stat = AudioConverterConvertBuffer(converter, framesFilled * playback_format.Bits/8 * playback_format.Channels, convert_buffer, &bytesWritten, outOutputData->mBuffers[0].mData); 279 279 if(stat){
