mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
libdvbsub: hacks to try to improve the situation on TD
those don't really help yet, unfortunately
Origin commit data
------------------
Commit: ae38a828f0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-27 (Sun, 27 Feb 2011)
This commit is contained in:
@@ -249,7 +249,7 @@ static void* reader_thread(void * /*arg*/)
|
||||
uint8_t* buf;
|
||||
|
||||
dmx = new cDemux(0);
|
||||
dmx->Open(DMX_PES_CHANNEL, NULL, 64*1024);
|
||||
dmx->Open(DMX_PES_CHANNEL, NULL, 16*1024);
|
||||
|
||||
while (reader_running) {
|
||||
if(dvbsub_stopped /*dvbsub_paused*/) {
|
||||
@@ -377,7 +377,7 @@ static void* dvbsub_thread(void* /*arg*/)
|
||||
if(packet_queue.size() == 0) {
|
||||
continue;
|
||||
}
|
||||
sub_debug.print(Debug::VERBOSE, "PES: Wakeup, queue size %d\n\n", packet_queue.size());
|
||||
sub_debug.print(Debug::VERBOSE, "PES: Wakeup, queue size %d\n", packet_queue.size());
|
||||
if(dvbsub_stopped /*dvbsub_paused*/) {
|
||||
clear_queue();
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user