Add a frame number field to the decode unit struct

This commit is contained in:
Cameron Gutman
2017-06-10 13:41:21 -07:00
parent c386569754
commit 6fb3472aec
2 changed files with 4 additions and 0 deletions

View File

@@ -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;