summaryrefslogtreecommitdiff
path: root/ts2pkt.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-05 09:39:47 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-05 09:39:47 +0100
commita73c755a421cd3b20dd9923c863a74ec860ad9ed (patch)
tree908121f0038cce0125ac0473aaa6fe6a9aee4b63 /ts2pkt.h
parent4810e07340050c6651262da3deda8cb565c01c71 (diff)
downloadvdr-plugin-markad-0.0.5.tar.gz
vdr-plugin-markad-0.0.5.tar.bz2
Changed H264 handlingv0.0.5
Diffstat (limited to 'ts2pkt.h')
-rw-r--r--ts2pkt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ts2pkt.h b/ts2pkt.h
index 13efe54..36e5066 100644
--- a/ts2pkt.h
+++ b/ts2pkt.h
@@ -23,7 +23,7 @@ typedef unsigned char uchar;
#include <string.h>
#include "global.h"
-#include "tools.h"
+#include "queue.h"
class cMarkAdTS2Pkt
{
@@ -104,6 +104,7 @@ unsigned Length:
int recvnumber;
int counter;
+ bool sync;
cMarkAdPaketQueue *queue;