Wait for first IDR frame before enabling RFI

This commit is contained in:
Cameron Gutman
2019-01-19 14:44:48 -08:00
parent a653f4d3e0
commit 12eebe0039
3 changed files with 22 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ typedef struct _QUEUED_DECODE_UNIT {
LINKED_BLOCKING_QUEUE_ENTRY entry;
} QUEUED_DECODE_UNIT, *PQUEUED_DECODE_UNIT;
void freeQueuedDecodeUnit(PQUEUED_DECODE_UNIT qdu);
void completeQueuedDecodeUnit(PQUEUED_DECODE_UNIT qdu, int drStatus);
int getNextQueuedDecodeUnit(PQUEUED_DECODE_UNIT* qdu);
#pragma pack(push, 1)