summaryrefslogtreecommitdiff
path: root/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux.h')
-rw-r--r--demux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demux.h b/demux.h
index ed11e6c..75c3b59 100644
--- a/demux.h
+++ b/demux.h
@@ -23,6 +23,10 @@
#include "ts2pkt.h"
#include "pes2es.h"
+#if 1
+#include <unistd.h>
+#endif
+
class cMarkAdDemux
{
private:
@@ -33,6 +37,9 @@ private:
cMarkAdPES2ES *pes2videoes;
cMarkAdPaketQueue *queue;
+ bool pause;
+ int pause_retval;
+
void ProcessTS(MarkAdPid Pid, uchar *Data, int Count, uchar **Pkt, int *PktLen);
void ProcessVDR(MarkAdPid Pid, uchar *Data, int Count, uchar **Pkt, int *PktLen);
public: