summaryrefslogtreecommitdiff
path: root/command/demux.h
diff options
context:
space:
mode:
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);
};