mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
9 lines
181 B
C++
9 lines
181 B
C++
#include "Platform.h"
|
|
#include "Limelight.h"
|
|
#include "LinkedBlockingQueue.h"
|
|
|
|
LENTRY *nalChainHead;
|
|
int nalChainDataLength;
|
|
int decodingAvc;
|
|
|
|
LINKED_BLOCKING_QUEUE decodeUnitQueue; |