summaryrefslogtreecommitdiff
path: root/ts2pkt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ts2pkt.h')
-rw-r--r--ts2pkt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ts2pkt.h b/ts2pkt.h
index cd8d19d..3d4e49a 100644
--- a/ts2pkt.h
+++ b/ts2pkt.h
@@ -72,7 +72,7 @@ unsigned Flags:
#define MA_ERR_NEG 6
void Reset(int ErrIndex=MA_ERR_STARTUP);
public:
- cMarkAdTS2Pkt(int RecvNumber, const char *QueueName="TS2Pkt", int QueueSize=262144);
+ cMarkAdTS2Pkt(int RecvNumber, const char *QueueName="TS2Pkt", int QueueSize=32768);
~cMarkAdTS2Pkt();
void Process(MarkAdPid Pid,uchar *TSData, int TSSize, uchar **PktData, int *PktSize);
};