mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
Print warning when audio decryption fails
This commit is contained in:
parent
b2c39883bf
commit
8abc371fb4
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user