Initial work for depacketizer

This commit is contained in:
Cameron Gutman
2014-01-18 19:39:00 -05:00
parent 103c052729
commit e2ba031729
8 changed files with 191 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
#include "Platform.h"
#include "Limelight.h"
#include "LinkedBlockingQueue.h"
LENTRY *nalChainHead;
int nalChainDataLength;
int decodingAvc;
LINKED_BLOCKING_QUEUE decodeUnitQueue;