mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-18 06:10:06 +00:00
Initial work for depacketizer
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "Platform.h"
|
||||
#include "Limelight.h"
|
||||
#include "LinkedBlockingQueue.h"
|
||||
|
||||
LENTRY *nalChainHead;
|
||||
int nalChainDataLength;
|
||||
int decodingAvc;
|
||||
|
||||
LINKED_BLOCKING_QUEUE decodeUnitQueue;
|
||||
Reference in New Issue
Block a user