Print warning when audio decryption fails
This commit is contained in:
parent
b2c39883bf
commit
8abc371fb4
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue