mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Fix a typo.
This commit is contained in:
+1
-1
@@ -29502,7 +29502,7 @@ static ma_result ma_device_init__opensl(ma_context* pContext, const ma_device_co
|
|||||||
SLresult resultSL;
|
SLresult resultSL;
|
||||||
ma_uint32 periodSizeInFrames;
|
ma_uint32 periodSizeInFrames;
|
||||||
size_t bufferSizeInBytes;
|
size_t bufferSizeInBytes;
|
||||||
SLInterfaceID itfIDs1[0];
|
SLInterfaceID itfIDs1[1];
|
||||||
const SLboolean itfIDsRequired1[] = {SL_BOOLEAN_TRUE};
|
const SLboolean itfIDsRequired1[] = {SL_BOOLEAN_TRUE};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user