mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 08:55:48 +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,
|
||||
(unsigned char*)(rtp + 1), dataLength,
|
||||
decryptedOpusData, &dataLength)) {
|
||||
Limelog("Failed to decrypt audio packet (sequence number: %u)\n", rtp->sequenceNumber);
|
||||
LC_ASSERT(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user