mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 06:11:03 +00:00
Print warning when audio decryption fails
This commit is contained in:
@@ -201,6 +201,8 @@ static void decodeInputData(PQUEUED_AUDIO_PACKET packet) {
|
|||||||
NULL, 0,
|
NULL, 0,
|
||||||
(unsigned char*)(rtp + 1), dataLength,
|
(unsigned char*)(rtp + 1), dataLength,
|
||||||
decryptedOpusData, &dataLength)) {
|
decryptedOpusData, &dataLength)) {
|
||||||
|
Limelog("Failed to decrypt audio packet (sequence number: %u)\n", rtp->sequenceNumber);
|
||||||
|
LC_ASSERT(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user