summaryrefslogtreecommitdiff
path: root/command/demux.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-05-25 19:23:47 +0200
committerJochen Dolze <vdr@dolze.de>2010-05-25 19:23:47 +0200
commit4c668726b7de321f0411064dcb286ed6ad05a307 (patch)
tree4c7556b13b9042e3b4f3478d1a0dbc56f4392193 /command/demux.h
parentbfdd9d54165fc1d9897d71d8b9c94c32291e882c (diff)
downloadvdr-plugin-markad-4c668726b7de321f0411064dcb286ed6ad05a307.tar.gz
vdr-plugin-markad-4c668726b7de321f0411064dcb286ed6ad05a307.tar.bz2
Added Clear()-function to demuxer,paket classes
Added marks DelAll, DelTill functions
Diffstat (limited to 'command/demux.h')
-rw-r--r--command/demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/demux.h b/command/demux.h
index 3cb85cc..589d082 100644
--- a/command/demux.h
+++ b/command/demux.h
@@ -39,6 +39,7 @@ private:
public:
cMarkAdDemux();
~cMarkAdDemux();
+ void Clear();
int Process(MarkAdPid Pid, uchar *Data, int Count, uchar **Pkt, int *PktLen);
};