mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
NI \o/
Origin commit data
------------------
Commit: d6b3754c6f
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-19 (Thu, 19 May 2016)
This commit is contained in:
@@ -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;
|
||||
|
@@ -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)
|
||||
|
||||
|
@@ -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(¤t);
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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))
|
||||
|
Reference in New Issue
Block a user