mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[rdpsnd,ios] Fix rdpsnd_ios_open method signature
Fixes compilation with WITH_IOSAUDIO
This commit is contained in:
@@ -144,7 +144,7 @@ static UINT rdpsnd_ios_play(rdpsndDevicePlugin* device, const BYTE* data, size_t
|
||||
}
|
||||
|
||||
static BOOL rdpsnd_ios_open(rdpsndDevicePlugin* device, const AUDIO_FORMAT* format,
|
||||
int __unused latency)
|
||||
UINT32 __unused latency)
|
||||
{
|
||||
rdpsndIOSPlugin* p = THIS(device);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user