summaryrefslogtreecommitdiff
path: root/command/pes2es.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/pes2es.h')
-rw-r--r--command/pes2es.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/pes2es.h b/command/pes2es.h
index 6b7c6bc..5eb2614 100644
--- a/command/pes2es.h
+++ b/command/pes2es.h
@@ -68,10 +68,10 @@ unsigned Length:
cMarkAdPaketQueue *queue;
int type;
- void Reset();
public:
cMarkAdPES2ES(const char *QueueName="PES2ES", int QueueSize=32768);
~cMarkAdPES2ES();
+ void Clear();
void Process(MarkAdPid Pid, uchar *PESData, int PESSize, uchar **ESData, int *ESSize);
};