mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark: increase record demux buffer size
This commit is contained in:
@@ -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++)
|
||||||
|
Reference in New Issue
Block a user