summaryrefslogtreecommitdiff
path: root/command/queue.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-09-16 21:37:36 +0200
committerJochen Dolze <vdr@dolze.de>2010-09-16 21:37:36 +0200
commit57df9917d4626d93323c7b0d2368fbf5d4748627 (patch)
treeebfe76fe280db47e223335266eab1bd34afa4226 /command/queue.h
parent03fc6351fce571b5ff7454bdfad9d4a0f0fb7679 (diff)
downloadvdr-plugin-markad-57df9917d4626d93323c7b0d2368fbf5d4748627.tar.gz
vdr-plugin-markad-57df9917d4626d93323c7b0d2368fbf5d4748627.tar.bz2
Added second pass processing (overlap, audio silence detection)
Diffstat (limited to 'command/queue.h')
-rw-r--r--command/queue.h8
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