diff options
Diffstat (limited to 'command/ts2pkt.h')
-rw-r--r-- | command/ts2pkt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/ts2pkt.h b/command/ts2pkt.h index a485d5b..122bc5c 100644 --- a/command/ts2pkt.h +++ b/command/ts2pkt.h @@ -120,6 +120,7 @@ unsigned Length: public: cMarkAdTS2Pkt(const char *QueueName="TS2Pkt", int QueueSize=32768); ~cMarkAdTS2Pkt(); + void Clear(); void Process(MarkAdPid Pid,uchar *TSData, int TSSize, uchar **PktData, int *PktSize); bool InjectVideoPES(uchar *PESData, int PESSize); }; |