Origin commit data
------------------
Commit: d6b3754c6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-19 (Thu, 19 May 2016)
This commit is contained in:
vanhofen
2016-05-19 22:59:54 +02:00
parent 141e4124a7
commit 4cf2b60722
251 changed files with 26673 additions and 443 deletions

View File

@@ -49,7 +49,7 @@ static void clear_queue();
int dvbsub_init() {
int trc;
sub_debug.set_level(3);
sub_debug.set_level(0); //NI
reader_running = true;
dvbsub_stopped = 1;

View File

@@ -32,7 +32,7 @@ extern "C" {
#endif
// Set these to 'true' for debug output:
static bool DebugConverter = true;
static bool DebugConverter = false; //NI
#define dbgconverter(a...) if (DebugConverter) sub_debug.print(Debug::VERBOSE, a)

View File

@@ -179,6 +179,10 @@ int toptext_getnext(int startpage, int up, int findgroup)
nextgrp = nextblk = 0;
current = startpage;
//NI
if (startpage == 0)
return 0;
do {
if (up)
tuxtxt_next_dec(&current);

View File

@@ -105,7 +105,7 @@ int tv_pip_y;
#define TOPMENUINDENTGRP 1
#define TOPMENUINDENTDEF 2
#define TOPMENUSPC 0
#define TOPMENUCHARS (TOPMENUINDENTDEF+12+TOPMENUSPC+4)
#define TOPMENUCHARS (TOPMENUINDENTDEF+12+TOPMENUSPC+3) //NI
#define FLOFSIZE 4

View File

@@ -599,7 +599,7 @@ void *tuxtxt_CacheThread(void * /*arg*/)
continue;
/* read packet */
ssize_t readcnt;
ssize_t readcnt = 0; //NI
readcnt = dmx->Read(pes_packet, sizeof (pes_packet), 1000);
//if (readcnt != sizeof(pes_packet))