Finished video depacketizing. Starting tests

This commit is contained in:
Cameron Gutman
2014-01-18 23:09:28 -05:00
parent 77b08df4be
commit 2e971e102a
10 changed files with 237 additions and 22 deletions
-6
View File
@@ -1,11 +1,5 @@
#pragma once
typedef void(*RequestIdrFrame)(void);
typedef struct _CONTROL_STATUS_LISTENER {
RequestIdrFrame requestIdrFrame;
} CONTROL_STATUS_LISTENER, *PCONTROL_STATUS_LISTENER;
typedef struct _LENTRY {
struct _LENTRY *next;
char* data;