spark: increase record demux buffer size

This commit is contained in:
Stefan Seyfried
2012-02-12 20:50:59 +01:00
parent 74c58d82aa
commit a94d03ffee

View File

@@ -58,7 +58,7 @@ bool cRecord::Start(int fd, unsigned short vpid, unsigned short * apids, int num
if (!dmx) if (!dmx)
dmx = new cDemux(1); dmx = new cDemux(1);
dmx->Open(DMX_TP_CHANNEL, NULL, 0); dmx->Open(DMX_TP_CHANNEL, NULL, 512*1024);
dmx->pesFilter(vpid); dmx->pesFilter(vpid);
for (i = 0; i < numpids; i++) for (i = 0; i < numpids; i++)