diff options
Diffstat (limited to 'command/queue.h')
-rw-r--r-- | command/queue.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/command/queue.h b/command/queue.h index 09257fd..8f40ac3 100644 --- a/command/queue.h +++ b/command/queue.h @@ -14,6 +14,14 @@ typedef unsigned char uchar; #endif +typedef struct MarkAdPacket +{ + uchar *Data; + int Length; + unsigned int Timestamp; + bool Offcnt; +} MarkAdPacket; + class cMarkAdPaketQueue { struct MP2HDR |