mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-06 07:46:15 +00:00
Add a frame number field to the decode unit struct
This commit is contained in:
@@ -230,6 +230,7 @@ static void reassembleFrame(int frameNumber) {
|
||||
if (qdu != NULL) {
|
||||
qdu->decodeUnit.bufferList = nalChainHead;
|
||||
qdu->decodeUnit.fullLength = nalChainDataLength;
|
||||
qdu->decodeUnit.frameNumber = frameNumber;
|
||||
|
||||
nalChainHead = NULL;
|
||||
nalChainDataLength = 0;
|
||||
|
||||
Reference in New Issue
Block a user