mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove unnecessary cast.
This commit is contained in:
@@ -73,7 +73,7 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ma_decoder_read_pcm_frames(pDecoder, pOutput, (ma_uint64)frameCount, NULL);
|
ma_decoder_read_pcm_frames(pDecoder, pOutput, frameCount, NULL);
|
||||||
|
|
||||||
(void)pInput;
|
(void)pInput;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user