Fix compilation error

This commit is contained in:
Stuart Carnie
2020-08-14 18:59:27 -07:00
parent 7aeef5253e
commit e7c2eae656
+1 -1
View File
@@ -148,7 +148,7 @@ static OSStatus audioConverterComplexInputDataProc(AudioConverterRef inAudioConv
OSStatus status = AudioConverterNew(srcDesc, dstDesc, &_conv);
if (status != noErr) {
NSLog(@"unable to create audio converter: %d", status);
return nil;
return NO;
}
/* 64 bytes of padding above self.maximumFramesToRender because
* CoreAudio is stupid and likes to request more bytes than the maximum