TRIPLEDRAGON: deleted

Origin commit data
------------------
Commit: b4bab59f38
Author: max_10 <max_10@gmx.de>
Date: 2020-10-03 (Sat, 03 Oct 2020)

Origin message was:
------------------
- TRIPLEDRAGON: deleted
This commit is contained in:
max_10
2020-10-03 22:47:34 +02:00
committed by vanhofen
parent 1d416e4660
commit e1e694e6c8
26 changed files with 22 additions and 645 deletions

View File

@@ -243,12 +243,8 @@ static void* reader_thread(void * /*arg*/)
bool bad_startcode = false;
set_threadname("dvbsub:reader");
dmx = new cDemux(0);
#if HAVE_TRIPLEDRAGON
dmx->Open(DMX_PES_CHANNEL, NULL, 16*1024);
#else
dmx->Open(DMX_PES_CHANNEL, NULL, 64*1024);
#endif
dmx = new cDemux(0);
dmx->Open(DMX_PES_CHANNEL, NULL, 64*1024);
while (reader_running) {
if(dvbsub_stopped /*dvbsub_paused*/) {