neutrino: TD-dvbsub fix did break coolstream dvbsub

Origin commit data
------------------
Branch: ni/coolstream
Commit: 41a2f7a803
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-25 (Sun, 25 Dec 2011)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-12-25 23:39:41 +01:00
parent 4bc05c544b
commit 387b870661
2 changed files with 10 additions and 4 deletions

View File

@@ -249,8 +249,11 @@ static void* reader_thread(void * /*arg*/)
uint8_t* buf;
dmx = new cDemux(0);
dmx->Open(DMX_PES_CHANNEL, NULL, 16*1024);
#if HAVE_TRIPLEDRAGON
dmx->Open(DMX_PES_CHANNEL, NULL, 16*1024);
#else
dmx->Open(DMX_PES_CHANNEL, NULL, 64*1024);
#endif
while (reader_running) {
if(dvbsub_stopped /*dvbsub_paused*/) {
sub_debug.print(Debug::VERBOSE, "%s stopped\n", __FUNCTION__);