From 3f0547643950e7ae5842ef6c4083ea75efe6e535 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 12 Feb 2012 20:50:59 +0100 Subject: [PATCH] spark: increase record demux buffer size Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/a94d03ffeeb987185c46b09aeaf55f1a599e5319 Author: Stefan Seyfried Date: 2012-02-12 (Sun, 12 Feb 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libspark/record.cpp b/libspark/record.cpp index 5e089b8..974e673 100644 --- a/libspark/record.cpp +++ b/libspark/record.cpp @@ -58,7 +58,7 @@ bool cRecord::Start(int fd, unsigned short vpid, unsigned short * apids, int num if (!dmx) dmx = new cDemux(1); - dmx->Open(DMX_TP_CHANNEL, NULL, 0); + dmx->Open(DMX_TP_CHANNEL, NULL, 512*1024); dmx->pesFilter(vpid); for (i = 0; i < numpids; i++)