added assert back as suggested by Dmitry Kostjuchenko
This commit is contained in:
parent
c55f47de78
commit
21a768824d
1 changed files with 1 additions and 0 deletions
|
|
@ -1724,6 +1724,7 @@ static OSStatus ringBufferIOProc( AudioConverterRef inAudioConverter,
|
|||
*ioDataSize = 0;
|
||||
return RING_BUFFER_EMPTY;
|
||||
}
|
||||
assert(sizeof(UInt32) == sizeof(ring_buffer_size_t));
|
||||
PaUtil_GetRingBufferReadRegions( rb, *ioDataSize,
|
||||
outData, (ring_buffer_size_t *)ioDataSize,
|
||||
&dummyData, &dummySize );
|
||||
|
|
|
|||
Loading…
Reference in a new issue