mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-23 08:29:15 +00:00
Improve debugging and error codes
This commit is contained in:
@@ -185,7 +185,7 @@ static void reassembleAvcFrame(int frameNumber) {
|
||||
nalChainDataLength = 0;
|
||||
|
||||
if (LbqOfferQueueItem(&decodeUnitQueue, qdu, &qdu->entry) == LBQ_BOUND_EXCEEDED) {
|
||||
Limelog("Decode unit queue overflow\n");
|
||||
Limelog("Video decode unit queue overflow\n");
|
||||
|
||||
// Clear frame state and wait for an IDR
|
||||
nalChainHead = qdu->decodeUnit.bufferList;
|
||||
|
||||
Reference in New Issue
Block a user