this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix type problem on i386

+1 -1
+1 -1
src/AudioToolbox/AudioConverter.cpp
··· 83 83 typedef OSStatus (^CallbackBlock)(AudioConverterRef audioConverter, UInt32* numberDataPackets, AudioBufferList* data, AudioStreamPacketDescription** dataPacketDescription); 84 84 85 85 CallbackBlock callbackBlock = 86 - ^(AudioConverterRef audioConverter, UInt32* numberDataPackets, AudioBufferList* data, AudioStreamPacketDescription** dataPacketDescription) 86 + ^ OSStatus (AudioConverterRef audioConverter, UInt32* numberDataPackets, AudioBufferList* data, AudioStreamPacketDescription** dataPacketDescription) 87 87 { 88 88 const AudioBufferList *inInputData = (AudioBufferList*) inInputData; 89 89