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
+4
View File
@@ -7,6 +7,10 @@ typedef struct _STREAM_CONFIGURATION {
int fps;
} STREAM_CONFIGURATION, *PSTREAM_CONFIGURATION;
typedef struct _LENTRY {
struct _LENTRY *next;
} LENTRY, *PLENTRY;
#include <stdio.h>
#define Limelog printf